Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
Programming

The State of Ruby VMs — Ruby Renaissance 89

igrigorik writes "In the short span of just a couple of years, the Ruby VM space has evolved to more than just a handful of choices: MRI, JRuby, IronRuby, MacRuby, Rubinius, MagLev, REE and BlueRuby. Four of these VMs will hit 1.0 status in the upcoming year and will open up entirely new possibilities for the language — Mac apps via MacRuby, Ruby in the browser via Silverlight, object persistence via Smalltalk VM, and so forth. This article takes a detailed look at the past year, the progress of each project, and where the community is heading. It's an exciting time to be a Rubyist."

Comment Re:ZFS FTW (Score 1) 421

Hah! Your setup is almost identical to mine, well played sir! The only real difference is that my work docs and files/etc are on an OSX server, and that filesystem is then AFP mounted on the various OSXen and CIFS mounted on the sole Windows box laying around. Love Xmarks also, but publish to my own DAV'd Apache on an external ISP box that I run. rsync on OSX server does nightly syncs with [monthly] backup folders on the external ISP box. The only other "p.s." is a script within my $HOME on the OSX server called "setupabox" that basically takes an IP as $ARGV1 and pushes out $HOME/.bash_profile, $HOME/lib/bash/* $HOME/.ssh/*{pub,au*keys} and a few other things. So basically I have a single .bash_profile that works on any machine, knows where it is and is smart enough to set the right stuff up. Also have "syncabox" which similarly makes sure that box $ARGV1 is "fresh". $DEITY, I love UNIX. P.S. (real one this time) Just got turned onto Evernote. Wow. I mean, WOW.

Slashdot Top Deals

I tell them to turn to the study of mathematics, for it is only there that they might escape the lusts of the flesh. -- Thomas Mann, "The Magic Mountain"

Working...