slurpdurp / nogood

No good code
39 stars 0 forks source link

Can you add jruby? #1

Open ghost opened 8 years ago

ghost commented 8 years ago

Not sure if this is possible or doable but it would be nice, considering that it would be, well, ruby on the JVM.

slurpdurp commented 8 years ago

As for "doable", probably not with the current search methodology. jruby is not recognized as a separate language by git because, well, it's not :)

Besides, JRuby is just Ruby on the JVM, not a separate language. Arguably Clojure is just Lisp on the JVM, but it has enough language level features on it's own to make the list.

mysteriouspants commented 8 years ago

You could try and filter by gems that are jRuby compatible, but that could be non-trivial.

bavobbr commented 8 years ago

I would like some insight on JRuby and Jython usage as well, as I am evaluating JVM languages for DSL design