(I get the digest version of the mail, perhaps I should switch to the non digest since the traffic is so low).
Thanks for the illustration, Matt! On Wed, Nov 18, 2020 at 11:03 AM <guile-user-requ...@gnu.org> wrote: > Send guile-user mailing list submissions to > guile-user@gnu.org > > To subscribe or unsubscribe via the World Wide Web, visit > https://lists.gnu.org/mailman/listinfo/guile-user > or, via email, send a message with subject or body 'help' to > guile-user-requ...@gnu.org > > You can reach the person managing the list at > guile-user-ow...@gnu.org > > When replying, please edit your Subject line so it is more specific > than "Re: Contents of guile-user digest..." > > > Today's Topics: > > 1. run compiled (*.go) file from command line? (Tim Meehan) > 2. Re: run compiled (*.go) file from command line? (Matt Wette) > > > ---------------------------------------------------------------------- > > Message: 1 > Date: Tue, 17 Nov 2020 18:08:42 -0600 > From: Tim Meehan <btmee...@gmail.com> > To: guile-user@gnu.org > Subject: run compiled (*.go) file from command line? > Message-ID: > < > cacgroxj+abouhpbo8yhe0msjoocufuk-0i_v63zr5gm_zzt...@mail.gmail.com> > Content-Type: text/plain; charset="UTF-8" > > Is it possible to run a compiled file from the command line with "guile"? > I'm assuming that it was compiled with something like: > guild compile --output=whatever.go whatever.scm > > Or is it possible to just make an executable file out of "whatever.scm"? > > Thx > > > ------------------------------ > > Message: 2 > Date: Tue, 17 Nov 2020 16:44:55 -0800 > From: Matt Wette <matt.we...@gmail.com> > To: guile-user@gnu.org > Subject: Re: run compiled (*.go) file from command line? > Message-ID: <14617a07-044c-34f8-2267-1e57a7f77...@gmail.com> > Content-Type: text/plain; charset=utf-8; format=flowed > > > > On 11/17/20 4:08 PM, Tim Meehan wrote: > > Is it possible to run a compiled file from the command line with "guile"? > > I'm assuming that it was compiled with something like: > > guild compile --output=whatever.go whatever.scm > > > > Or is it possible to just make an executable file out of "whatever.scm"? > > > > Thx > $ cat hello.scm > (display "hello, world\n") > > $ guild compile -o hello.go hello.scm > wrote `hello.go' > > $ guile -c '(load-compiled "hello.go")' > hello, world > > > > > > ------------------------------ > > Subject: Digest Footer > > _______________________________________________ > guile-user mailing list > guile-user@gnu.org > https://lists.gnu.org/mailman/listinfo/guile-user > > > ------------------------------ > > End of guile-user Digest, Vol 216, Issue 13 > ******************************************* >