guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: guile-user Digest, Vol 216, Issue 13


From: Tim Meehan
Subject: Re: guile-user Digest, Vol 216, Issue 13
Date: Wed, 18 Nov 2020 18:48:59 -0600

(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-request@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-request@gnu.org
>
> You can reach the person managing the list at
>         guile-user-owner@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 <btmeehan@gmail.com>
> To: guile-user@gnu.org
> Subject: run compiled (*.go) file from command line?
> Message-ID:
>         <
> CACgrOxJ+ABouHpbO8yhe0mSjOOCufUk-0i_V63ZR5gM_zZTuwQ@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.wette@gmail.com>
> To: guile-user@gnu.org
> Subject: Re: run compiled (*.go) file from command line?
> Message-ID: <14617a07-044c-34f8-2267-1e57a7f775b5@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
> *******************************************
>


reply via email to

[Prev in Thread] Current Thread [Next in Thread]