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
|
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: […]
|