SciTE

  • Thread starter Blackthirteen Blackthirteen
  • Start date
B

Blackthirteen Blackthirteen

Once I have entered code, how do I compile it? The compile option (in
Tool) is gray and cannot be used.
 
J

Jesús Gabriel y Galán

Once I have entered code, how do I compile it? The compile option (in
Tool) is gray and cannot be used.

Ruby code doesn't need to be compiled. It's an interpreted language,
so you fire the interpreter and give it your file.
Within Scite you have to save the file as a .rb file and then Tools
--> Go (or F5). This will open a side pane with the execution of the
command "ruby yourfile.rb".

Of course you can also do that yourself in a terminal.

Jesus.
 
K

Kevin Jackson

You don't need to compile ruby; it is an interpreted language. Scite
is a cross-language editor
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top