EnglishFrenchSpanish

Ad


OnWorks favicon

guile-2.0 - Online in the Cloud

Run guile-2.0 in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command guile-2.0 that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


guile - The GNU Project Extension Language

SYNOPSIS


guile [-L DIRECTORY] [-l FILE] [-e FUNCTION] [\] [-c EXPR] [-s SCRIPT] [--] [SCRIPT
[ARGs for SCRIPT]]

Only the most useful options are listed here; see below for the remainder.

DESCRIPTION


GNU Guile is an implementation of the Scheme programming language. It extends the R5RS
and R6RS language standards, providing additional features necessary for real-world use.

Guile works well for interactive use, basic scripting, and extension of larger
applications, as well as for stand-alone Scheme application development.

The guile executable itself provides a stand-alone interactive compiler and run-time for
Scheme programs, both for interactive use and for executing Scheme scripts or programs.

This manual page provides only brief instruction in invoking guile from the command line.
Please consult the Guile info documentation for more information, (type info
"(guile)Invoking Guile" at a command prompt).

OPTIONS


-L DIRECTORY
Add DIRECTORY to the front of Guile's module load path.

-l FILE
Load Scheme source code from FILE.

-e FUNCTION
After reading SCRIPT, apply FUNCTION to command-line arguments. Note that FUNCTION
is evaluated, so, for example, (@ (my-module) my-proc) is valid here.

\ The "meta switch", used to work around limitations in #! scripts. See "The Meta
Switch" in the texinfo documentation for more details.

-- Stop argument processing, and start guile in interactive mode.

-c EXPR
Stop argument processing, and evaluate EXPR as a Scheme expression.

-s SCRIPT-FILE
Load Scheme source from SCRIPT-FILE and execute as a script. Note that in many
cases it is not necessary to use -s; one may invoke guile simply as guile SCRIPT-
FILE ARG...

-ds Carry out -s SCRIPT at this point in the option sequence. Note that this argument
must be used in conjunction with -s.

--debug
Start guile with the debugging VM. By default, debugging is on when guile is
invoked interactively; it is off otherwise.

--no-debug
Start guile without the debugging VM, even if guile is being run interactively.

--auto-compile
Compile source files automatically (default behavior).

--no-autocompile
Disable automatic source file compilation.

--listen[=P]
Listen on a port or socket for remote REPL connections. See the manual for more
details.

--use-srfi=N,M...
Load SRFI extensions N, M, etc. For example,
--use-srfi=8,13.

-x EXTENSION
Add EXTENSION to the guile load extension list.

-h, --help
Describe command-line options and exit.

-v, --version
Display guile version and exit.

-q In interactive mode, suppress loading the user's initialization file, ~/.guile.

ENVIRONMENT


GUILE_LOAD_PATH
If $GUILE_LOAD_PATH is set before guile is started, its value is used to augment
the path to search for Scheme files when loading. It should be a colon-separated
list of directories, which will be prefixed to the default %load-path.

GUILE_LOAD_COMPILED_PATH
If $GUILE_LOAD_COMPILED_PATH is set before guile is started, its value is used to
augment the path to search for compiled Scheme files (.go files) when loading. It
should be a colon-separated list of directories, which will be prefixed to the
default %load-compiled-path.

Use guile-2.0 online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    VASSAL Engine
    VASSAL Engine
    VASSAL is a game engine for creating
    electronic versions of traditional board
    and card games. It provides support for
    game piece rendering and interaction,
    and...
    Download VASSAL Engine
  • 2
    OpenPDF - Fork of iText
    OpenPDF - Fork of iText
    OpenPDF is a Java library for creating
    and editing PDF files with a LGPL and
    MPL open source license. OpenPDF is the
    LGPL/MPL open source successor of iText,
    a...
    Download OpenPDF - Fork of iText
  • 3
    SAGA GIS
    SAGA GIS
    SAGA - System for Automated
    Geoscientific Analyses - is a Geographic
    Information System (GIS) software with
    immense capabilities for geodata
    processing and ana...
    Download SAGA GIS
  • 4
    Toolbox for Java/JTOpen
    Toolbox for Java/JTOpen
    The IBM Toolbox for Java / JTOpen is a
    library of Java classes supporting the
    client/server and internet programming
    models to a system running OS/400,
    i5/OS, o...
    Download Toolbox for Java/JTOpen
  • 5
    D3.js
    D3.js
    D3.js (or D3 for Data-Driven Documents)
    is a JavaScript library that allows you
    to produce dynamic, interactive data
    visualizations in web browsers. With D3
    you...
    Download D3.js
  • 6
    Shadowsocks
    Shadowsocks
    A fast tunnel proxy that helps you
    bypass firewalls This is an application
    that can also be fetched from
    https://sourceforge.net/projects/shadowsocksgui/.
    It ha...
    Download Shadowsocks
  • More »

Linux commands

Ad