Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Ruby > SciTE

Reply
Thread Tools

SciTE

 
 
Blackthirteen Blackthirteen
Guest
Posts: n/a
 
      02-02-2009
Once I have entered code, how do I compile it? The compile option (in
Tool) is gray and cannot be used.
--
Posted via http://www.ruby-forum.com/.

 
Reply With Quote
 
 
 
 
Jesús Gabriel y Galán
Guest
Posts: n/a
 
      02-02-2009
On Mon, Feb 2, 2009 at 4:42 PM, Blackthirteen Blackthirteen
<> wrote:
> 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.

 
Reply With Quote
 
 
 
 
Kevin Jackson
Guest
Posts: n/a
 
      02-02-2009
You don't need to compile ruby; it is an interpreted language. Scite
is a cross-language editor

On Mon, Feb 2, 2009 at 3:42 PM, Blackthirteen Blackthirteen
<> wrote:
> Once I have entered code, how do I compile it? The compile option (in
> Tool) is gray and cannot be used.
> --
> Posted via http://www.ruby-forum.com/.
>
>


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Scintilla/SciTE - Python folding Nuff Said Python 1 04-29-2004 11:10 AM
Jython and SciTE rt lange Python 1 01-22-2004 11:15 AM
Jython and SciTE rt lange Python 1 01-21-2004 07:57 PM
Jython and SciTE rt lange Python 0 01-21-2004 07:54 PM
SciTE srijit@yahoo.com Python 3 09-19-2003 10:31 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57