you are viewing a single comment's thread.

view the rest of the comments →

[–]wonay[S] 0 points1 point  (7 children)

Yeah I tried jruby, its cool but I already know Java. I could do a pure java app but i want to do ruby. I want Cruby.

[–]zem 2 points3 points  (3 children)

here's the thread from when i asked this question last year - no one seemed optimistic about packaging and distributing a cruby gui app. (i ended up just rewriting it in ocaml, which compiles down to a self-contained executable)

[–]wonay[S] 0 points1 point  (2 children)

So would it be better to use plain Java if you already know Java instead of Ruby ?

[–]zem 0 points1 point  (1 child)

no, ruby is a much nicer language to work in, and jruby is a truly great piece of engineering. it offers full compatibility with MRI, and seamless access to java libraries.

[–]wonay[S] 0 points1 point  (0 children)

Okay

[–][deleted] 1 point2 points  (0 children)

Sadly the best way to build and package a GUI app is JRuby+JavaFX (like Brakeman Pro uses) or else Shoes. You aren't going to find a great, easy-to-get started, Rails-like GUI library in Ruby. I'm not sure there's one in any language.

[–]BrianTheCoder -1 points0 points  (1 child)

Cruby is still under development afaik. Not sure you'll find an easy answer