-
Notifications
You must be signed in to change notification settings - Fork 1
/
gambit-gsi.text
32 lines (27 loc) · 1.38 KB
/
gambit-gsi.text
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
usage: gsi [options] [module-or-file...]
This is the Gambit Scheme interpreter.
Interactive mode (read-eval-print loop)
gsi [global options]
Batch mode
gsi [global options] module-or-file...
Where each module-or-file is one of:
. Adds CWD to module search order
directory/ Adds directory to module search order
foo, foo/bar, ... Run module or file on local file system
github.com/gambit/hello Run module hosted on public Git repository
github.com/gambit/[email protected] Run specific version of module
file.sld or
file.scm Run Scheme script (when the script starts with '#!' or
'@;' it receives any remaining command line arguments)
file.oN Run dynamically loadable object file produced by gsc
-e 'expression' Evaluate the given Scheme expression at this point
- Drop into a REPL at this point (continue with ,c)
Module management
gsi [global options] -install github.com/gambit/hello
gsi [global options] -uninstall github.com/gambit/hello
gsi [global options] -update github.com/gambit/hello
Global options
-:opt,... Runtime system options (try '-:help' for details)
-f Do not process '.gambini' initialization files
-v Show version information
-h, -help Show this help