Simple Ruby Question?

phazzedout

New Member
Messages
230
Reaction score
3
Points
0
I don't need help with modules, and other things. I am still learning and have not created a complex program yet but does Ruby have an awesome program like Python does. Python calls it IDLE, I don't know what other languages call it. It is a real problem to test and run programs when I have no idea what I am writing half of the time.

I found a website that will do for now but an offline program would work better. Thank you.
 

misson

Community Paragon
Community Support
Messages
2,572
Reaction score
72
Points
48
IDLE is an Integrated Development Environment (IDE). In fact, IDLE stands for "Integrated DeveLopment Environment". A google search for "Ruby IDE" turns up "The Great Ruby IDE Smackdown of '09", along with many other pages.
 
Top