Guile: Difference between revisions

From UFRC
Jump to navigation Jump to search
Brantleyk (talk | contribs)
Created page with "Category:SoftwareCategory:Programming Language {|<!--CONFIGURATION: REQUIRED--> |{{#vardefine:app|guile}} |{{#vardefine:url|https://www.gnu.org/software/guile/}} <!--C..."
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
[[Category:Software]][[Category:Programming Language]]
[[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_{{#uppercase:{{#var:app}}}}_DIR - installation directory
* HPC_{{uc:{{#var:app}}}}_DIR - installation directory
* HPC_{{#uppercase:{{#var:app}}}}_DOC - documentation directory
* HPC_{{uc:{{#var:app}}}}_DOC - documentation directory
* HPC_{{#uppercase:{{#var:app}}}}_INC - includes directory
* HPC_{{uc:{{#var:app}}}}_INC - includes directory
* HPC_{{#uppercase:{{#var:app}}}}_LIB - library directory
* 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 website  

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