commands.sh

guile

all

Guile Scheme interpreter.

More info →

Examples (4)

Start a REPL (interactive shell)

Execute the script in a given Scheme file

guile script.scm

Execute a Scheme expression

guile -c "expression"

Listen on a port or a Unix domain socket (the default is port 37146) for remote REPL connections

guile --listen=port_or_socket
made by @shridhargupta | data from tldr-pages