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...") |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | [[Category:Software]][[Category:Programming | + | [[Category:Software]][[Category:Programming]] |
{|<!--CONFIGURATION: REQUIRED--> | {|<!--CONFIGURATION: REQUIRED--> | ||
|{{#vardefine:app|guile}} | |{{#vardefine:app|guile}} | ||
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== |
Latest revision as of 18:08, 15 August 2022
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