Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Guile Interpreter - Run Scheme Code | Online Free DevTools by Hexmos

Run Scheme code with Guile Interpreter. Execute scripts, expressions, and start interactive shells using command-line options. Free online tool, no registration required.

guile

Guile Scheme interpreter. More information: https://www.gnu.org/software/guile/manual/guile.html#Invoking-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}}

See Also