Svyatogor's cave Just another WordPress weblog

4Nov/080

MagLev presentation at RailsConf 2008

MagLev is a new full stack ruby implementation including caching engine and persistent storage developed with scalability in mind. Its not ready, not just yet but will be pretty soon. Meanwhile you talk watch this presentation made by the developer at RailsConf 2008


MagLev presentation at RailsConf 2008 from Monty Williams on Vimeo.

Filed under: programming, ruby No Comments
28Sep/080

Why JRuby?

Java is now everywhere. But not everyone knows that Java is not only a language but also a virtual machine. You can create a compiler for virtually any programming language to compile it to java bytecode. Actually a few projects do that! There is Jython for Python and JRuby for ruby.

But why bother? I've been asking myself exactly the same question. Why bother with running any language under java VM when it has an interpreter of its own. Andreas gives a nice overview of the candy stuff you will get from JRuby in his blog post "Why I'm starting to like JRuby even though I dislike Java"

Filed under: java, ruby, trackbacks No Comments