Hacker News new | ask | show | jobs
by sordina 1734 days ago
Around a decade ago I used a script called ruby2exe and diving into that was a truly magical journey of discovery - finding an embedded Pascal compiler was... Interesting.
1 comments

Did you ever find out what it was for?
Yep! The script was essentially:

* Invoke ruby program * Find all in-memory dependencies * Statically link ruby and the discovered dependencies * Compile with an args interface with the Pascal compiler * Spit out exe

This was for windows only if I recall correctly.