Ruby and .NET - how will they taste together?
Wow, big news to start off my new blog. The Gardens Point GP Ruby .NET development team has announced an initial beta version of their system.
At this point, they claim that it can compile Ruby source into verifiable .Net v2.0 assembly, or it can run Ruby code directly in a compile, load and execute cycle. They do warn that their implementation is not yet complete, although it does pass everything in samples/test.rb (I wonder if they're using the Rubicon/Rubytests stuff for further testing?).
Source code for their this release is available here. This software is being released as free software, so there should be ample opportunity to work with other development groups.
All this prompts an interesting set of questions though:
- There are now several groups working on Ruby implementations (JRuby, YARV, metaruby, etc.), how much of this is wasted duplication and how can the various groups help one another?
- Which of these is going to gain widespread traction in the Ruby community, and how will that affect the projects that don't?
- Some of the projects working in this space seem to suffer from the Not Invented Here syndrome, what needs to be done to better communicate the goals and progress of all these projects to the comunity to help reduce needless duplication?
--
-pate
http://on-ruby.blogspot.com
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Sponsored by AMD
Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6
Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.
Learn more about catching the bad guy in this free white paper.
Sponsored by DLT Solutions
| Designing Electronics with Linux | May 22, 2013 |
| Dynamic DNS—an Object Lesson in Problem Solving | May 21, 2013 |
| Using Salt Stack and Vagrant for Drupal Development | May 20, 2013 |
| Making Linux and Android Get Along (It's Not as Hard as It Sounds) | May 16, 2013 |
| Drupal Is a Framework: Why Everyone Needs to Understand This | May 15, 2013 |
| Home, My Backup Data Center | May 13, 2013 |
- New Products
- Linux Systems Administrator
- Senior Perl Developer
- Technical Support Rep
- UX Designer
- Web & UI Developer (JavaScript & j Query)
- Designing Electronics with Linux
- Dynamic DNS—an Object Lesson in Problem Solving
- Making Linux and Android Get Along (It's Not as Hard as It Sounds)
- Using Salt Stack and Vagrant for Drupal Development
- Reply to comment | Linux Journal
3 hours 33 min ago - Reply to comment | Linux Journal
3 hours 49 min ago - Favorite (and easily brute-forced) pw's
5 hours 40 min ago - Have you tried Boxen? It's a
11 hours 32 min ago - seo services in india
16 hours 3 min ago - For KDE install kio-mtp
16 hours 4 min ago - Evernote is much more...
18 hours 4 min ago - Reply to comment | Linux Journal
1 day 2 hours ago - Dynamic DNS
1 day 3 hours ago - Reply to comment | Linux Journal
1 day 4 hours ago
Enter to Win an Adafruit Pi Cobbler Breakout Kit for Raspberry Pi

It's Raspberry Pi month at Linux Journal. Each week in May, Adafruit will be giving away a Pi-related prize to a lucky, randomly drawn LJ reader. Winners will be announced weekly.
Fill out the fields below to enter to win this week's prize-- a Pi Cobbler Breakout Kit for Raspberry Pi.
Congratulations to our winners so far:
- 5-8-13, Pi Starter Pack: Jack Davis
- 5-15-13, Pi Model B 512MB RAM: Patrick Dunn
- 5-21-13, Prototyping Pi Plate Kit: Philip Kirby
- Next winner announced on 5-27-13!
Featured Jobs
| Linux Systems Administrator | Houston and Austin, Texas | Host Gator |
| Senior Perl Developer | Austin, Texas | Host Gator |
| Technical Support Rep | Houston and Austin, Texas | Host Gator |
| UX Designer | Austin, Texas | Host Gator |
| Web & UI Developer (JavaScript & j Query) | Austin, Texas | Host Gator |
Free Webinar: Hadoop
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers
Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.
Some of key questions to be discussed are:
- What is the “typical” Hadoop cluster and what should be installed on the different machine types?
- Why should you consider the typical workload patterns when making your hardware decisions?
- Are all microservers created equal for Hadoop deployments?
- How do I plan for expansion if I require more compute, memory, storage or networking?



Comments
More Ruby
Don't forget other future implementations, in hlvm ( http://hlvm.org/docs/ReleasePlans.html#f0_4 ) and even in the NekoVM
HLVM
Megatux,
thanks for pointing these out. I'd not seen them before, but they're certainly something I'll keep an eye on going forward.
I'd be interested in seeing how much they interact with the other Ruby implmentations, especially the main C based implementation.
--
-pate
http://on-ruby.blogspot.com
--
-pate
http://on-ruby.blogspot.com
Unique Perspectives
Greetings from the JRuby team! We believe that all these different implementations can only help the Ruby world. YARV is intended to become Ruby 2.0, and its implementation challenges have led to many questionable features of Ruby 1.8 potentially being cut. metaruby is an attempt to write Ruby in Ruby, but it is mostly dependent on a Ruby-to-C compiler which cannot support core interpreter features as yet. There are also several other .NET-related projects at varying stages of completion. We welcome all comers.
JRuby is becoming very mature at this point. We can run a number of core Ruby apps out-of-the-box. We can run large parts of Rails, and more complicated apps every day. We are working toward speed parity with C Ruby before we start working on compilation...and all bets are off afterwards. JRuby is without a doubt the furthest along in creating a complete Ruby runtime, and we believe both the Ruby and Java worlds will benefit from it. The other important detail of all these projects is that they are open source; we keep an eye on all projects to see if they have creative ways to solve problems we haven't tackled yet. Some projects are tackling compilation early on, which we have delayed until we know JRuby is correct. Some projects just bridge the C implementation, binding types in interesting ways. All viewpoints are useful.
What would help out all these projects most is hiring on full-time developers to improve them. The potential for Ruby on Java or .NET is tremendous, and yet very few of these project have any official backing or funding. Hopefully that will change in the future.
Another JRuby comment
Another comment from JRuby-land. As an alternate implementation of Ruby on the JVM, JRuby also adds nice Java integration features. This allows the mixture of Java and Ruby in various interesting ways (like write a DSL in Ruby and call it from your legacy Java application). We see this as a value add for Ruby programmers and it gives Java programmers another avenue to solve a problem. I expect the .NET implementation has the same benefits.
Duplication of effort only makes sense if we had any plans to work on another implementation. I am not .NET guy and I think the C Ruby implementation has enough hands in it already. Creating a second implementation of a language also helps find bugs in the first implementation. We have found a few bugs in Ruby by working on JRuby. Plus if we have three (or more) impls of Ruby, then perhaps it may even generate a formal language specification...