System Grab Bag

View all TLDR pages from common (or from all pages)

guile

Guile Scheme interpreter. More information: https://www.gnu.org/software/guile.
  • Start a REPL (interactive shell):
    guile
  • 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}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.