Kyle Maxwell: JRuby in the Wild

Posted by Kevin Sun, 04 Nov 2007 19:56:00 GMT

Jruby is already kind of an easy sell in big companies. It’s the quickness of rails with the familiarity of java.

But…

I’m not trying to to sell JRuby to enterprises [well clearly, or else he wouldn’t be giving this talk at rubyconf].

JRuby can work well, even for startups – it’s just about choosing the best tool for the job.

Why might one choose JRuby?

  • performance
  • library support (in fact, we wanted Lucene for search!)
  • extending the language without using C

Getting started:

  • easy install
  • don’t use textmate to code java
  • casting can be tricky (java needs arrays to have only one type of object in them, ruby not so much)

Posted in  | no comments | no trackbacks

Comments

Trackbacks

Use the following link to trackback from your own site:
http://notkeepingitreal.com/articles/trackback/1868

Comments are disabled