Hacker News new | ask | show | jobs
by chrisseaton 2624 days ago
I work on an alternative Ruby implementation, and it looks like I'll be able to take these type definitions and use them to add extra type constraints to my intermediate representation very easily - just insert a type constraining node around each expression that's annotated with a type. It'll remove extra guards and increase performance, so should definitely be an option.
1 comments

Thank you chris for all your work on Truffle! Looking forward to using it.