InfoQ

Presentation

Recorded at:
Recorded at

JRuby: The Pain of Bringing an Off-Platform Dynamic Language to the JVM

Presented by Charles Nutter on Jan 07, 2009

Community
Java,
Ruby
Topics
JRuby ,
Code Analysis
Tags
Maxine VM ,
JVM Language Summit ,
JVM ,
HotSpot
Summary
In this presentation from the JVM Languages Summit 2008, Charles Nutter discusses bringing JRuby to the JVM, why Ruby is hard to implement, JIT compilation, precompilation, core Ruby implementation, Java library method access, method call semantics, scopes, open classes, heap-based frames, library challenges, strings, regexps, I/O, green threads, POSIX features, C lib support and future plans.

Bio
Charles Nutter has been a Java developer since 1996, recently working as the senior Java architect at Ventera Corp and in September 2006 moved to Sun to work full-time on JRuby! He led the open-source LiteStep project in the late 90s and came to Ruby in the fall of 2004. Since then he has been a member of the JRuby team, helping to make it a true alternative Ruby platform.

About the conference
The 2008 JVM Language Summit is an open technical collaboration among language designers, compiler writers, tool builders, runtime engineers, and VM architects. The talks inform the audience, in detail, about the state of the art of language design and implementation on the JVM, and the present and future capabilities of the JVM itself.
Ruby pain by j j Posted Jan 7, 2009 3:23 PM
Re: Ruby pain by Charles Nutter Posted Jan 8, 2009 3:13 AM
Excellent presentation by Stefan Tilkov Posted Jan 9, 2009 2:47 PM
  1. Back to top

    Ruby pain

    Jan 7, 2009 3:23 PM by j j

    If it's so painful then why switch? We have Groovy.

  2. Back to top

    Re: Ruby pain

    Jan 8, 2009 3:13 AM by Charles Nutter

    It's not painful to *use* it's painful to *create*. And most of the reasons are the same for Groovy core team as well.

  3. Back to top

    Excellent presentation

    Jan 9, 2009 2:47 PM by Stefan Tilkov

    Great to get so much detail about your work - fascinating stuff.

Educational Content

Brian Marick on 4 Challenges and 5 Guiding Values of Agile Software Development

Brian Marick takes us through a quick tour of the most important values and challenges to adopting Agile successfully (they aren't the typical challenges and values we hear in the community).

Are You a Software Architect?

The line between development and architecture is tricky. Does it exist at all? Is an ivory tower actually needed? There's a balance in the middle, but how do you move from developer to architect?

Agile – A Way of Life and Pragmatic Use of Authority

The word 'authority' sometimes produces an allergic response in hard-line agilists. Freedom and authority – both are bad if misused and both are good if used in right spirit for a noble cause.

Getting Started with Grails, Second Edition

"Getting Started with Grails" brings you up to speed on this modern web framework. Companies as varied as LinkedIn, Wired, and Taco Bell are all using Grails. Are you ready to get started as well?

Using ITIL V3 as a Foundation for SOA Governance

Those familiar with only ITIL V2 often scoff at the thought that ITIL could serve as a governance framework for SOA. With ITIL V3, the focus of the framework shifted towards service-orientation.

Adrian Colyer on AspectJ, tc Server and dm Server

SpringSource CTO Adrian Colyer discusses AspectJ, SpringSource's dm Server and tc Server products, OSGi and Scrum.

Adam Wiggins on Heroku

Heroku's Adam Wiggins talks about Rails, Background Jobs, Add-Ons, Ruby, and how Heroku manages to work around Ruby's inefficiencies using Erlang and other languages.

SOA as an Architectural Pattern: Best Practices in Software Architecture

For Grady Booch the foundation of a good architecture is patterns, SOA being just one of many patterns. In this Second Life presentation, Booch attempts to bring more clarity on what architecture is.