JRuby
JRuby is an actively used programming language created in 2001.
18Years Old | 1,020Users | 0Jobs |
- JRuby ranks in the top 50% of languages
- the JRuby wikipedia page
- JRuby first appeared in 2001
- See also: java, ruby, jython, c, rails, android, java-bytecode, yarv
- I have 25 facts about JRuby. just email me if you need more.
Example code from Wikipedia:
//Example using JSR 233 Scripting for Java 6 ScriptEngineManager mgr = new ScriptEngineManager(); ScriptEngine rbEngine = mgr.getEngineByExtension("rb"); try { rbEngine.eval("puts 'Hello World!'"); } catch (ScriptException ex) { ex.printStackTrace(); }Edit
Last updated February 11th, 2019