mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 00:26:00 +02:00
guile: add page (#2487)
This commit is contained in:
parent
927c82e055
commit
c787448852
1 changed files with 19 additions and 0 deletions
19
pages/common/guile.md
Normal file
19
pages/common/guile.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# guile
|
||||
|
||||
> Guile Scheme interpreter.
|
||||
|
||||
- Start the Guile Scheme REPL:
|
||||
|
||||
`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}}`
|
Loading…
Add table
Reference in a new issue