klngarthur
Chieftain
- Joined
- Sep 27, 2010
- Messages
- 13
Java was released in 1995.![]()
Java has its deficiencies too. Again, though, what is a deficiency from one point of view is a feature from another. There is no perfect programming language.
Good developers can overcome anything.
You act like Lua was forced on them. They chose it.
Python gets used for lots of scripting too. Would lua be improved with significant white-space? Discuss![]()
This would probably not be in keeping with the tenets of the language, so no it would not be improved. Lua, as i have touched on repeatedly, is designed to be picked up quickly and be readable by non-programmers, which is why its control structures are somewhat verbose (if .. then .. end or for k,v in pairs(table) do .. end). Making it white space dependent would run contrary to this goal. That does not mean that significant white spacing is a bad language feature, though. It can be quite useful, especially in markup languages (see haml, sass, yaml, etc).