top | item 31787766

(no title)

Squonk42 | 3 years ago

Why are semicolons mandatory? Wouldn't be cleaner without this restriction, like in Kotlin?

discuss

order

verdagon|3 years ago

A valid question! Semicolons and other forms of syntactic redundancy often enable much better error messages. We're leaning towards keeping them in Vale.

However, we can always change our minds later and make them optional, so it seems wise to just require them for now and revisit later.