¡@

Home 

python Programming Glossary: smalltalk

What is a metaclass in Python?

http://stackoverflow.com/questions/100003/what-is-a-metaclass-in-python

a very peculiar idea of what classes are borrowed from the Smalltalk language. In most languages classes are just pieces of code..

Why do pythonistas call the current reference “self” and not “this”?

http://stackoverflow.com/questions/1079983/why-do-pythonistas-call-the-current-reference-self-and-not-this

come from python share improve this question Smalltalk 80 released by Xerox in 1980 used self . Objective C early 1980s.. Xerox in 1980 used self . Objective C early 1980s layers Smalltalk features over C so it uses self too. Modula 3 1988 and Python.. to be familiar to C C developers it uses this too. Smalltalk uses the metaphor of objects sending messages to each other..

What blocks Ruby, Python to get Javascript V8 speed?

http://stackoverflow.com/questions/5168718/what-blocks-ruby-python-to-get-javascript-v8-speed

OO language execution engines ever created the Animorphic Smalltalk VM to this day one of the fastest Smalltalk execution engines.. the Animorphic Smalltalk VM to this day one of the fastest Smalltalk execution engines ever created the HotSpot JVM the fastest JVM.. the fastest VM period and OOVM one of the most efficient Smalltalk VMs ever created . In fact Lars Bak the lead developer of V8..

Python or Ruby for a .NET developer?

http://stackoverflow.com/questions/551465/python-or-ruby-for-a-net-developer

to your current experience it has some flavour of Smalltalk method calling is more correctly message sending for example..

If monkey patching is permitted in both Ruby and Python, why is it more controversial in Ruby?

http://stackoverflow.com/questions/717506/if-monkey-patching-is-permitted-in-both-ruby-and-python-why-is-it-more-controve