guile
- statically linked relocatable guile using name resolution will still try to load libs
strace ~/.guix-profile/bin/guile -c '(display (getaddrinfo "gnu.org"))'
- goops for objects instead of records
- can embed precise gc whippet
- goblins adding wasm support for distributed objects
- guile wasm https://gitlab.com/spritely/guile-hoot-updates/
":"; guile -e main -s $0 $@; exit $? (define (main args) (map (lambda (arg) (display arg) (display " ")) (cdr args)) (newline))