Алексей Нежданов wrote:
(*Hackable) - a python project. Do not know though is it really the common language.

Python's syntax is relatively simple and uncluttered, which makes it easy to pick up. It's more closely related to C and Java than Erlang, though the wealth of list operations often escapes C and Java afficiondos to begin with. Python is also very expressive. You can generally accomplish more with less, using Python instead of one of the C family of languages. Python is also quite robust, since you don't have to deal with pointers or memory management: everything is an instance of an object.


--
bje
_______________________________________________
jdev mailing list
[EMAIL PROTECTED]
http://mail.jabber.org/mailman/listinfo/jdev

Reply via email to