Sign in with OpenID
Prototype based programming in python. Neat implementation of JavaScript-style prototype inheritance in Python.
Tagged javascript, prototype, python
I have tryied something similar to IO language diferential inheritance on Python before: http://pastebin.com/f11edbd4eNot sure yet on how it compare to the example you posted here.
Eduardo Padoan - 11th September 2008 18:32 - #
I have tryied something similar to IO language diferential inheritance on Python before: http://pastebin.com/f11edbd4e
Not sure yet on how it compare to the example you posted here.