Posted: Wed Nov 02, 2005 3:27 am Post subject: help for a n00b!
just downloaded ruby. got this 'scite' compiler .... erm, how do i run the programs .... i understand a ruby file is a '.rb' file .... but how do you run the program?
Sponsor Sponsor
[Gandalf]
Posted: Wed Nov 02, 2005 4:30 am Post subject: (No subject)
SciTe is not a compiler, it is an editor, learn the difference. Ruby does not have a compiler, it is interpreted through (guess what) and interpreter.
To run the program (if it is already not set up for automatic interpreting on double-click) you need to use the command line. In the folder where the source file is, type something like "ruby sourceFile.rb", I don't remember the specifics.
Posted: Sat Jun 17, 2006 10:01 pm Post subject: (No subject)
how do you execute in SciTE though? i'm starting to learn Ruby (tired of Turing and its limitations) because ive heard many a good things about it, but i am unsure of how to run it (yes i have read the above posts, but could someone explain it in a bit more of step-by-step thing plz )
rdrake
Posted: Sat Jun 17, 2006 10:41 pm Post subject: (No subject)
SuperFreak82 wrote:
how do you execute in SciTE though? i'm starting to learn Ruby (tired of Turing and its limitations) because ive heard many a good things about it, but i am unsure of how to run it (yes i have read the above posts, but could someone explain it in a bit more of step-by-step thing plz )