The jruby tag has no wiki summary.
2
votes
1answer
143 views
Does it make sense to create a Ruby wrapper to reference a Java object that does exactly the same thing?
I am using JRuby.
In my Java code, I have a class called Texture, capable of doing some graphic manipulation stuff.
In my Ruby code, I will usually need to draw things, so though I should simply ...
6
votes
2answers
171 views
What's the advange of JRuby (or any other language ported to JVM)? Why would one use it?
Let's say I really like Ruby and I know Java. What's the deal behind these J* and Iron* languages that allow you to use the syntax of a foreign language to compile them into JVM or .NET bytecode?
...
0
votes
1answer
127 views
Is it possible to access .NET APIs with JRuby?
I know that JRuby can access COM APIs, but can it interface with .NET?
2
votes
8answers
389 views
I have been asked to prototype a web application, which route to take?
I'm given a ninja assignment of developing a simple but working web application, the dead line is extremely tight. Maybe within ten days.
I'm a Java programmer but I don't think Java is going to ...
8
votes
6answers
2k views
Is there a clear leader amongst JVM-based languages?
What is the current status of these projects, and has any one (or two) emerged as a clear leader?
To demonstrate my motives for asking this question, cast your mind back several years. Prototype and ...
0
votes
1answer
85 views
Is JRuby like RubyMRI but better, or are there some things it lacks?
I am considering using JRuby in a project which would need to talk to some Java.
From what I am reading about JRuby I am not noticing that it is missing anything that the standard Ruby has. Is that ...
2
votes
2answers
175 views
Questions for Architecture with Ruby and Java
I am in the research phase of a project that needs to make use of 3rd party libraries that are in Java so I am stuck using Java to at least a small degree.
I am considering implementing Ruby as the ...
5
votes
3answers
2k views
Jython and JRuby vs. Groovy (and Java)
I am very interested in Python for programming on the JVM, and I've worked in Java and Ruby (not JRuby) a lot, and to a certain extent in Groovy.
What are the limits to the Java-Jython and Java-JRuby ...