>>24
Why Python? It's deficiently full OOP and you cant use it for low level coding, as you can use Lisp. Also, getting `unbound variable` errors during runtime is fucking annoying. Even worse than dangling pointer from C/C++.
Also, It is better to have 100 functions operate on one data structure than 10 functions on 10 data structures. -- Alan Perlis