theoriginalbit, on 03 December 2013 - 07:10 AM, said:
Yeh I'm very torn about this one, I like it for the reason that you do, but ti was one of the main reasons that I hate Python the enforced indentation, especially when it changes between IDEs and compilers! for example Uni wanted me to have indentation level of 2 so they could test it, but the IDE I was using had a compiler that was an un-configurable indent of 4.
I have no more love for Python than you do, and yeah I doubt I would like enforced indentation if I had it. However, it would be nice if people would indent their code...
and use code tags!
Quote
Thoughts on what it could be? 'cause using something we have in other languages is not much more compact, like for example with Java && is not much more compact than and, also you'd want to avoid using ones like & just so you make sure none of your C and C-like programmers think that you mean bitwise and.
I guess I don't really mean compact it. I actually would just like Lua to follow some of the more typical standards such as using '&&' rather than 'and'. I get used to doing it one way and the switch is annoying.
Lyqyd, on 03 December 2013 - 10:49 AM, said:
Just nitpicking. Lua is fine, and it seems like a lot of these suggestions just want to make it more like Java. The two serve totally different roles. I agree that some of the syntactic sugar would be nice (+=, I'm looking at you!), but overall, it's pretty good. I'd like to see more ideas that actually fit the rest of the language instead of stuff that just fanboys about turning it into java.

Java is a nice language so meh
But suggesting ideas that "fit the language" would mean little or no changes at all. Sometimes you have to break away from the "it doesn't fit" mentality