![]() |
|
Lua Tutorial [1] - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Coding (https://sinister.li/Forum-Coding) +--- Forum: Coding (https://sinister.li/Forum-Coding--71) +--- Thread: Lua Tutorial [1] (/Thread-Lua-Tutorial-1) |
RE: Lua Tutorial [1] - Ex094 - 04-15-2013 (04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. RE: Lua Tutorial [1] - Ex094 - 04-15-2013 (04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. RE: Lua Tutorial [1] - Psycho_Coder - 04-15-2013 Nice and clean tutorial but you should have give a bit more details . RE: Lua Tutorial [1] - Psycho_Coder - 04-15-2013 Nice and clean tutorial but you should have give a bit more details . RE: Lua Tutorial [1] - asitkumar - 04-15-2013 (04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. wow that's a good comparison but the factors mentioned there are clearly biased. i can write a "b1tch plz" line for every factor he wrote lol.and those "benefits" are killed by the fact that in python you have to indent every line with 4 spaces according to block structure ofcourse. i think that guy never heard about "compressed" and "uncompressed" scripts as in jquery. i do care about 4-8-12-16 spaces per line released with my script in the wild. i dont like this kind of regimentation in development. python is good when you want to code less and dont want any headache. but SPEED MATTERS imho. idk why google uses python but forcing developers to put indentation is mean. he didnt post a benchmark there. if someday he sells his script atleast i wont be buying that
RE: Lua Tutorial [1] - asitkumar - 04-15-2013 (04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. wow that's a good comparison but the factors mentioned there are clearly biased. i can write a "b1tch plz" line for every factor he wrote lol.and those "benefits" are killed by the fact that in python you have to indent every line with 4 spaces according to block structure ofcourse. i think that guy never heard about "compressed" and "uncompressed" scripts as in jquery. i do care about 4-8-12-16 spaces per line released with my script in the wild. i dont like this kind of regimentation in development. python is good when you want to code less and dont want any headache. but SPEED MATTERS imho. idk why google uses python but forcing developers to put indentation is mean. he didnt post a benchmark there. if someday he sells his script atleast i wont be buying that
RE: Lua Tutorial [1] - Ex094 - 04-15-2013 (04-15-2013, 11:47 AM)asitkumar Wrote:You can't blame a language because of being too lazy to indent even 4 spaces (No Offense) Use an IDE instead, it'll do the auto indentation stuff for ya(04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. Well his factors are correct ( I think )
RE: Lua Tutorial [1] - Ex094 - 04-15-2013 (04-15-2013, 11:47 AM)asitkumar Wrote:You can't blame a language because of being too lazy to indent even 4 spaces (No Offense) Use an IDE instead, it'll do the auto indentation stuff for ya(04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. Well his factors are correct ( I think )
RE: Lua Tutorial [1] - asitkumar - 04-15-2013 (04-15-2013, 11:51 AM)Ex094 Wrote:(04-15-2013, 11:47 AM)asitkumar Wrote:You can't blame a language because of being too lazy to indent even 4 spaces (No Offense) Use an IDE instead, it'll do the auto indentation stuff for ya(04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. i dont want to go into an argument with you over this but plz read before replying i didnt say i am "lazy" to put indentation the spaces entered take space on the disk to say lazy this entire scripting language thing was made by lazy ppl only lol we are all lazy to code in Cand also i didnt say he wrote the factors wrong lol only that they were biased. absence of "continue" doesnt mean inefficient language it's HIS preference to use "continue" instead of running a loop. Speed matters to me over anything! A little more coding does not matter to me. I don't have reinvent the wheel by coding in C, worship .NET framework in C#/VB, go snail slow in python or have half-baked non-portable code in Perl xD I want simple fast code with less coding than a native language like Visual C++ with comparatively easier language like scripting. lua gives me all that on both windoze and linux. that's all i want moke:He is right about the Python's benefits but they cannot outshine Lua. Only that Lua is a new language and does not have so many modules as in Perl or Python. RE: Lua Tutorial [1] - asitkumar - 04-15-2013 (04-15-2013, 11:51 AM)Ex094 Wrote:(04-15-2013, 11:47 AM)asitkumar Wrote:You can't blame a language because of being too lazy to indent even 4 spaces (No Offense) Use an IDE instead, it'll do the auto indentation stuff for ya(04-15-2013, 11:12 AM)Ex094 Wrote:(04-15-2013, 10:59 AM)asitkumar Wrote: Wow!Speed and Space don't determine how worthy a language is, read this http://pythonguy.wordpress.com/2011/07/13/lua-vs-python/. i dont want to go into an argument with you over this but plz read before replying i didnt say i am "lazy" to put indentation the spaces entered take space on the disk to say lazy this entire scripting language thing was made by lazy ppl only lol we are all lazy to code in Cand also i didnt say he wrote the factors wrong lol only that they were biased. absence of "continue" doesnt mean inefficient language it's HIS preference to use "continue" instead of running a loop. Speed matters to me over anything! A little more coding does not matter to me. I don't have reinvent the wheel by coding in C, worship .NET framework in C#/VB, go snail slow in python or have half-baked non-portable code in Perl xD I want simple fast code with less coding than a native language like Visual C++ with comparatively easier language like scripting. lua gives me all that on both windoze and linux. that's all i want moke:He is right about the Python's benefits but they cannot outshine Lua. Only that Lua is a new language and does not have so many modules as in Perl or Python. |