Running Compiled Guile Objects
Hakan Candar via General Guile related discussions <[email protected]>
| Newsgroups | gmane.lisp.guile.user |
|---|---|
| Message-ID | <kP2i6ZHDY1OFtguVwKtY0PQ1rc4VAb57xIxnJxKOOCUtQGcg_nevBHs2IeCnFh-s9vvAadUe6vLkokhjp5u9kOEqSUaRfBz0DjyVh5MKKjA=@protonmail.com> |
Dear Guile Users, I am unable to run guile objects directly from the command line. I inspected the manual thoroughly, however I did not see any mention of my desired action. Is it possible to execute guile objects directly, or are they reserved for internal caching mechanism only? I tried the following commands with no luck: guile3.0 example.scm.go guile3.0 --language=bytecode example.scm.go Your help and interest is much appreciated. Thanks, Hakan