All content and news on InfoQ about Ruby1.9
Latest featured content about Ruby1.9

- Ruby
- Topics
- RubyGems,
- Package Managers
Eric Hodel talks with InfoQ about his longstanding involvement with the Ruby community, focussing on his recent role as the maintainer of RubyGems, the de facto packaging system for Ruby libraries and applications. Eric also discusses his local Ruby user group Seattle.rb and his involvement with the Ruby Hit Squad, creators of the deployment automation tool Vlad the Deployer
-
By Eric Hodel
on Mar 27, 2008,
News about Ruby1.9
- Ruby
- Topics
- Technology,
- Language,
- Runtimes,
- Dynamic Languages
Busy times for Ruby implementors recently, with regular design meetings set up (next one 30th April). The work on a Ruby Spec is continuing - with projects in GSoC and plans for continous integration for Ruby 1.8.x set up. Rubinius switched from C to C++ to implement it's core VM, but continues to use Ruby as implementation language.
-
By Werner Schuster
on Apr 29, 2008,
- Ruby
- Topics
- Technology,
- Javascript,
- Runtimes,
- Scripting,
- Compilers,
- Dynamic Languages
HotRuby is a new way of running Ruby code: compile it down to Ruby 1.9 bytecode and run it in a client side interpreter written in Javascript. We take a look at what makes HotRuby work.
-
By Werner Schuster
on Mar 27, 2008,
- Ruby
- Topics
- Package Managers,
- RubyGems,
- Programming
In this interview, Eric Hodel talks with InfoQ about his longstanding involvement with the Ruby community, focussing on his recent role as the maintainer of RubyGems, the de facto packaging system for Ruby libraries and applications. Eric also discusses his local Ruby user group Seattle.rb and his involvement with the Ruby Hit Squad, creators of the deployment automation tool Vlad the Deployer
-
By Sam Aaron
on Mar 27, 2008,
- Java,
- Ruby
- Topics
- Runtimes,
- Language,
- JRuby
In this interview, Ola Bini talks about various aspects of developing JRuby, such as the long struggle to get compatible Regular expressions to work. Other discussed topics include JRuby's chances in the enterprise, the future of both Ruby and JRuby and what role JRuby will take.
-
By Werner Schuster
on Mar 24, 2008,
- Java,
- Ruby
- Topics
- Technology,
- Runtimes,
- Performance & Scalability,
- JRuby
Research on the topic of Multiple VM (MVM) Ruby will be conducted at the University of Tokyo together with Sun's JRuby team. The work will investigate issues such as communication between VMs and a common API across all Ruby implementations, with solutions provided initially for Ruby and JRuby.
-
By Werner Schuster
on Feb 28, 2008,
- Ruby
- Topics
- Language,
- Programming
Ruby 1.9 added the to_proc feature to Symbol, which allows for a very succinct way to create Procs that just call one method. Also: a recent development version of 1.9 added currying to Ruby. We look at how these features work and what they can be used for.
-
By Werner Schuster
on Feb 26, 2008,
- Ruby
- Topics
- Runtimes,
- Performance & Scalability,
- JRuby,
- Programming
Actors, Fibers/Coroutines, Rubinius' Multi-VM and other Concurrency topics have come up recently. To put all these concepts into perspective, we talked to Ruby's MenTaLguY, who's been working on Ruby fastthread, Ruby Actors implementations, Rubinius, and much more. Also: a glimpse at MenTaLguY's next project.
-
By Werner Schuster
on Jan 31, 2008,