0
I Use This!
Inactive

News

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Posted over 15 years ago by Michel S.
I discovered Python’s delightful abc module (introduced in PEP 3119) a while back, and have been wondering how a similar functionality could be introduced to other dynamic languages (e.g. Lua and Ruby). Being more familiar with the former, over the weekend I decided to try and write an equivalent module. Two problems came to mind: […]
Posted over 15 years ago by Michel
I discovered Python’s delightful abc module (introduced in PEP 3119) a while back, and have been wondering how a similar functionality could be introduced to other dynamic languages (e.g. Lua and Ruby). Being more familiar with the former, over the ... [More] weekend I decided to try and write an equivalent module. Two problems came to mind: Python uses [...] [Less]
Posted over 15 years ago by Michel S.
I discovered Python’s delightful abc module (introduced in PEP 3119) a while back, and have been wondering how a similar functionality could be introduced to other dynamic languages (e.g. Lua and Ruby). Being more familiar with the former, over the weekend I decided to try and write an equivalent module. Two problems came to mind: […]