Difference between revisions of "Groovy"

From UFRC
Jump to navigation Jump to search
(Created page with "Category:SoftwareCategory:Programming {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|groovy}} |{{#vardefine:url|http://groovy-lang.org}} <!--CONFIGURATION: OPTIONA...")
 
m (Text replacement - "#uppercase" to "uc")
 
Line 24: Line 24:
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
Run <code>module spider {{#var:app}}</code> to find out what environment modules are available for this application.
 
==System Variables==
 
==System Variables==
* HPC_{{#uppercase:{{#var:app}}}}_DIR - installation directory
+
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_BIN - executable directory
+
* HPC_{{uc:{{#var:app}}}}_BIN - executable directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
+
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_CONF - config directory
+
* HPC_{{uc:{{#var:app}}}}_CONF - config directory
  
 
<!--Configuration-->
 
<!--Configuration-->

Latest revision as of 21:21, 6 December 2019

Description

groovy website  

Apache Groovy is a Java-syntax-compatible object-oriented programming language for the Java platform. It is both a static and dynamic language with features similar to those of Python, Ruby, Perl, and Smalltalk.

Environment Modules

Run module spider groovy to find out what environment modules are available for this application.

System Variables

  • HPC_GROOVY_DIR - installation directory
  • HPC_GROOVY_BIN - executable directory
  • HPC_GROOVY_DOC - documentation directory
  • HPC_GROOVY_CONF - config directory