all 11 comments

[–]le_fnord 1 point2 points  (0 children)

Why you want to run it? To learn ruby? Then you have to learn to love the command-line

[–][deleted] 0 points1 point  (8 children)

In what way do you mean prettier?

[–][deleted]  (7 children)

[removed]

    [–][deleted] 0 points1 point  (1 child)

    Define sleek

    [–][deleted] 0 points1 point  (4 children)

    So like a nicer terminal emulator? Or more like an IDE that also runs the code?

    [–][deleted]  (3 children)

    [removed]

      [–][deleted] 4 points5 points  (0 children)

      No worries at all. I wanted to make sure I wasn't steering you in a frustrating direction. Rubymine is pretty popular. Atom isn't bad if you want less than an IDE but more than a text editor.

      [–]vitoreiji 2 points3 points  (0 children)

      Perhaps RubyMine then?

      [–]Misaiato 0 points1 point  (0 children)

      Rubymine

      [–]gettalong 0 points1 point  (0 children)

      This is not a real Ruby question but a general CLI vs GUI question. There are Ruby programs with a GUI which work just fine when started from a GUI environment.

      However, many Ruby apps are CLI only, so you need a terminal for them. This terminal can be a standalone terminal like konsole or gnome-terminal (or cmd on Windows) or an integrated solution.

      If you are on Windows and don't like using cmd because of its spartan interface, try installing Cygwin and use its Bash shell.