mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 09:00:58 +00:00
Update cheatsheets
This commit is contained in:
25
guile
Normal file
25
guile
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# 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}}`
|
||||
Reference in New Issue
Block a user