Difference between revisions of "Guile"
Jump to navigation
Jump to search
(Created page with "Category:SoftwareCategory:Programming Language {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|guile}} |{{#vardefine:url|https://www.gnu.org/software/guile/}} <!--C...") |
Moskalenko (talk | contribs) m (Text replacement - "#uppercase" to "uc") |
||
Line 26: | Line 26: | ||
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_{{ | + | * HPC_{{uc:{{#var:app}}}}_DIR - installation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_DOC - documentation directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_INC - includes directory |
− | * HPC_{{ | + | * HPC_{{uc:{{#var:app}}}}_LIB - library directory |
<!--Configuration--> | <!--Configuration--> | ||
{{#if: {{#var: conf}}|==Configuration== | {{#if: {{#var: conf}}|==Configuration== |
Revision as of 21:20, 6 December 2019
Description
Guile is designed to help programmers create flexible applications that can be extended by users or other programmers with plug-ins, modules, or scripts.
With Guile you can create applications and games for the desktop, the Web, the command-line, and more.
Environment Modules
Run module spider guile
to find out what environment modules are available for this application.
System Variables
- HPC_GUILE_DIR - installation directory
- HPC_GUILE_DOC - documentation directory
- HPC_GUILE_INC - includes directory
- HPC_GUILE_LIB - library directory