Is It Rubinius? (Which Gems Work on Rubinius?)
I recently launched Is It Rubinius?. 100% written and deployed on Rubinius. If you’ve written a gem, or are considering using Rubinius for your next project, try it out on Rubinius and report your findings on Is It Rubinius.
Comments
I implemented literate programming support for Rubinius in the style of Haskell’s LP. It hasn’t been updated in a while, but if people want it, I can try to get it merged into the mainline.
In short, the LP I implemented allowed you to read .lrb files that were in LaTeX.
Wow, sorry. Posted this on the wrong topic. This was supposed to be in response to the literate programming post.
Is there an issue tracker for the web site? I’d like to browse gems by number of votes, and by most recent comments, not just what’s listed displayed on the front page or a purely alphabetical listing.
@agrimm: I’m cleaning up the code to be released, but you can report issues on github in the meantime: https://github.com/jeremydurham/isitrubinius/issues
Post a comment