Hacker News new | ask | show | jobs
by justincormack 2691 days ago
This is how Lua started, as a config language, but it gradually added more features that people found useful in config, and became Turing complete.
1 comments

Lua was TC from the start, it came with the procedural concepts from Modula - if/while/repeat - and functions.
I meant SOL, the predecessor, before Lua proper.