Jump to content

programming in Ruby


john_st
 Share

5 posts in this topic

Recommended Posts

Hello!

 

I've been programming in ObjectPascal using the Borland Delphi software development package. I write my code, hit run and it get's compiled and I get an .exe file (on Windows)

 

I have switched lately to a Macbook and would like to give programming in Ruby a shot, but I'm unclear how to do it. I would like to be able to do the same thing as with Borland Delphi. Can you give me any tips?

Link to comment
Share on other sites

I'm getting into Ruby myself, and I've found two (free) IDEs with Ruby capability.

 

The newest version of NetBeans has a built-in Ruby editor/compiler.

There's also a downloadable plugin for Eclipse called the Ruby Development Tools. This adds Ruby capabilities to whatever base Eclipse package you download.

 

I haven't used either much for Ruby yet (trying to finish a Java project for class), but both seem capable enough. Try em out.

Link to comment
Share on other sites

  • 1 month later...

No libraries for desktop GUI?!

 

There are bindings for Cocoa / Carbon. There's QT Ruby. There's GTK Ruby. And I think there's even WX binding.

 

OpenGL and Ruby bind great too.

 

XCode 3.0 comes with support for Ruby. You have everything you need.

Link to comment
Share on other sites

 Share

×
×
  • Create New...