Mini Micro Fantasy Computer | Hacker News
TL;DR AI
2 min readKey summary
A Hacker News discussion argued that brace-based syntax can be easier to edit and debug than indentation-based parsing.
One commenter said indentation can make quick experimentation and troubleshooting harder, especially in small code fragments.
The point underscores a familiar language-design tradeoff: readability for newcomers versus flexibility for editing and reuse.
The debate also touches REPL and debugging workflows, where explicit delimiters may reduce friction.



