
guile
List of commands for guile:
-
guile:tldr:4bb55 guile: Execute the script in a given Scheme file.$ guile ${script-scm}try on your machineexplain this command
-
guile:tldr:62d37 guile: Start a REPL (interactive shell).$ guiletry on your machineexplain this command
-
guile:tldr:68dd8 guile: Execute a Scheme expression.$ guile -c "${expression}"try on your machineexplain this command
-
guile:tldr:a52f8 guile: Listen on a port or a Unix domain socket (the default is port 37146) for remote REPL connections.$ guile --listen=${port_or_socket}try on your machineexplain this command