Difference between revisions of "Ruby"
Jump to navigation
Jump to search
Moskalenko (talk | contribs) (Created page with "__NOTOC__ __NOEDITSECTION__ Category:SoftwareCategory:Languages <!-- ######## Template Configuration ######## --> <!--Edit definitions of the variables used in template ...") |
Moskalenko (talk | contribs) m (Text replace - "{{App_Description|app={{#var:app}}|url={{#var:url}}}}|}}" to "{{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} ") |
||
Line 31: | Line 31: | ||
<!--Description--> | <!--Description--> | ||
{{#if: {{#var: url}}| | {{#if: {{#var: url}}| | ||
− | {{App_Description|app={{#var:app}}|url={{#var:url}}}}|}} | + | {{App_Description|app={{#var:app}}|url={{#var:url}}|name={{#var:app}}}}|}} |
+ | |||
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. | 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. | ||
<!--Location--> | <!--Location--> |
Revision as of 01:54, 10 August 2012
Description
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. Template:App Location
Available versions
- 1.9.3-p0
Running the application using modules
To use ruby with the environment modules system at HPC the following commands are available:
Get module information for ruby:
$module spider ruby
Load the default application module:
$module load ruby
The modulefile for this software adds the directory with executable files to the shell execution PATH and sets the following environment variables:
- HPC_RUBY_DIR - directory where ruby is located.
- HPC_RUBY_BIN - executable directory
- HPC_RUBY_DOC - documentation directory