I’m curious about some of the design choices. Having a period / full stop as the EOL punctuation rather than a semicolon is a nice idea. But personally I think the idea of a line terminator is antiquated. Using square brackets for strings feels superfluous when you have to quote the strings anyway. Was there a reason for this design? I don’t like the “stop” keyword either. Is that doing anything special that the ‘.’…
- STOP is from telegraphs. \n is also allowed.
- The assymetric string boundaries (brackets) allow you to embed quotes/boundaries without escaping.
what is terse about the loops?
any further thoughts about EOL?