robotlolita / siren

[status: superseded by Purr] Sirën is an experimental context-based programming language with ad hoc multiple hierarchies, and multimethods.
MIT License
130 stars 7 forks source link

Use keyword-based grammar to delimit blocks? #100

Open robotlolita opened 8 years ago

robotlolita commented 8 years ago

Replace most uses of brackets by keywords such as do and end

vendethiel commented 8 years ago

Interesting shift.. Why?

robotlolita commented 8 years ago

Too many very different things use brackets right now: objects, regions, functions. I might also change the method definition syntax.