|
|
|
|
|
by SeriousM
75 days ago
|
|
> This is an experiment in clarifying some aspects of Ruby syntax and semantics. For that we're going to introduce an alternative Lisp-based syntax for Ruby, preserving Ruby semantics. Lisp? Then I would use Lisp... > The goal is to define a comprehensive, trivially-parsable and sugar-free syntax. Ruby has syntax sugar, no need to remove the funny parts. |
|
This is just an intermediate representation, it's not meant to be used directly (even though you can do that, of course).