The user explores different approaches to implementing semicolonless syntax in programming languages, discussing 11 languages including Python, Go, Kotlin, Swift, JavaScript, Gleam, Lua, R, Ruby, Julia, and Odin. The user concludes that a parser that splits on newlines in most cases, along with tooling to catch mistakes and consideration of the language's syntax, is a good approach to ...