... the big one. Seriously, I have literally only started using it fully at work for prototyping and after I got past the hump of syntax, it is so much more productive (the ~50% less typing certainly helps) compared to C/C++. No need to worry about memory and best of all, no compiling times.
There are a few things I am worried about such as copying objects, which will crop up soon.
Edit: Scratch that, this solves everything nicely
http://docs.python.org/lib/module-copy.htmlAnd before you ask, yes, it is miles better then Lua as a sole language.
«
Last Edit: May 23, 2007, 03:01:11 PM by yaustar »