11 items | 1 visits
Ruby Programming on Windows resources
Updated on 2009-09-23
Created on 2009-03-10
Category: Computers & Internet
URL:
RubyScript2Exe transforms your Ruby application into a standalone, compressed Windows, Linux or Mac OS X (Darwin) executable. You can look at it as a "compiler". Not in the sense of a source-code-to-byte-code compiler, but as a "collector", for it collects all necessary files to run your application on an other machine: the Ruby application, the Ruby interpreter and the Ruby runtime library
This is a [one-click, self-contained Windows installer download] that contains the Ruby language itself, dozens of popular extensions and packages, a syntax-highlighting editor and execution environment, and a Windows help file that contains the full text of the book, Programming Ruby: The Pragmatic Programmer's Guide.
Ruby is…
A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write.
xample of use. Lets change the desktop wallpaper: To change the desktop wallpaper we use the SystemParametersInfo function from user32.dll
ull of great language ideas that are so powerful and mind-stretching it will make your head explode. Also has interactive interpret
11 items | 1 visits
Ruby Programming on Windows resources
Updated on 2009-09-23
Created on 2009-03-10
Category: Computers & Internet
URL: