Questions tagged [jruby]
7 questions
9
votes
5 answers
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 jQuery were going head-to-head with other players…

rinogo
- 217
- 2
- 6
8
votes
3 answers
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 integration right now? What about Groovy: are…

Dan Rosenstark
- 2,344
- 1
- 20
- 20
5
votes
2 answers
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?
Basically, what's the advantage? Is it just because…

Alexandr Kurilin
- 691
- 2
- 6
- 10
3
votes
3 answers
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 front-end layer. That would leave me with the…

Genadinik
- 509
- 1
- 3
- 11
2
votes
1 answer
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 call Java's Texture class to do the drawing for…

Saturn
- 3,887
- 9
- 30
- 40
0
votes
1 answer
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 true? Does JRuby have everything the original…

Genadinik
- 509
- 1
- 3
- 11
-2
votes
1 answer
Is it possible to access .NET APIs with JRuby?
I know that JRuby can access COM APIs, but can it interface with .NET?

dan
- 2,283
- 3
- 22
- 23