lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I'm not really trying to change lua or anything. The problem is overtyping and manual analysis. It's not too much overtyping, but sometimes it does take its toll. When it comes to manual analysis C is far superior (my opinion) as its syntax makes it very easy to quickly see patterns and structure. With lua you actually have to read everything carefully, or you'll end up overlooking something or misreading, especially when your code turns very complex.

Anyway, it's not really anything serious, as I mostly use lua for quick testing of code and ideas, calculations, etc. But even so, my code tend to get complex and long (ballistics and general physics), so I was just wondering whether someone had already invented the wheel.

Kenneth