Python, Lua, Ruby or something else?
For me Lua > Ruby > Python, but I am not very experienced in the last 2.
|
1
|
Python, Lua, Ruby or something else? For me Lua > Ruby > Python, but I am not very experienced in the last 2.
|
||||||||||
|
closed as subjective and argumentative by Aaron Maenpaa, annakata, ΤΖΩΤΖΙΟΥ, Norman Ramsey Feb 5 at 5:19 |
|
|
If I were to speak from the perspective of embedding then: Lua:
Python:
Of course some of the mentioned points are positive in one context and negative in other (for example the amount of libraries). Apart from that consider:
Note on the Python bloat: libpython2.5.so ~1500kb + dependencies on other libraries, lua - an order of magnitude less. Besides there is no hassle with sandboxing/jailing. And really, for embedding this can be a big difference. |
||||||||
|
|
|
I have yet too see anything cleaner than Python:
Ruby has an (IMO!) ugly perlish syntax:
|
||||||||
|
|
|
If you are really looking for clean language, there is really no alternative to functional languages. Haskell is on of the cleanest languages around. |
||
|
|
|
|
For me, they are not bigger nor better, the idea is that they're different. I don't know Ruby, but I know Python works as object oriented and Lua is metatable oriented. So, choosing one should depend on which paradigm best suits your project and makes you more comfortable. |
||
|
|
|
|
Must... not... post... WhiteSpace |
||
|
|
|
|
It all depends on what you think is "clean" and "nice." Some people might find assembly a nice clean language. For the most expressive language, in the least amount of syntax, I think Ruby would be my bet. |
|||
|