python is the easiest language to learn and has very clean and sensible semantics
Name:
Anonymous2011-06-04 16:49
>>12
Then tell us again why the language has a half baked implementation of anonymous functions. Or why the language has an equally brain dead garbage collector.
Name:
Anonymous2011-06-04 16:49
I could be wrong, but also, I don't think regex is native to python like what it is in perl.
>>15-16
Speaking of GIL, I chuckled when I read this:
http://leto.net/perl/2011/05/what-is-m0.html
Next we turned to concurrency, including how we would emulate the various concurrency models of the languages we want to support, such as Python's Global Interpreter Lock (GIL). We decided that M0 will totally ignorant of concurrency concepts, ...
>>17
Are you implying that Python's GIL is a defect? Impossible! Python is the most well designed language eRuntimeError: maximum recursion depth exceeded