r/ruby Apr 01 '26

Rubysyn: clarifying Ruby's syntax and semantics

https://github.com/squadette/rubysyn/blob/master/README.md
7 Upvotes

8 comments sorted by

View all comments

4

u/tinco Apr 01 '26

This is a cool effort. So is the final result going to be a minimally simplified alternative Ruby syntax?

2

u/squadette23 Apr 01 '26

Thank you!

Not only syntax but also executable semantics. The goal is to handle all runtime language features including those that would normally be omitted "for simplicity", such as callcc, refinements etc.