unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Tim Meehan <btmeehan@gmail.com>
To: guile-user@gnu.org
Subject: Re: guile-user Digest, Vol 216, Issue 13
Date: Wed, 18 Nov 2020 18:48:59 -0600	[thread overview]
Message-ID: <CACgrOxLAYxhJwgVnVKe9YY1ABcZpcLGqEz+TA8PYDqDCwkg-dQ@mail.gmail.com> (raw)
In-Reply-To: <mailman.79.1605718820.26605.guile-user@gnu.org>

(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	other threads:[~2020-11-19  0:48 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <mailman.79.1605718820.26605.guile-user@gnu.org>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACgrOxLAYxhJwgVnVKe9YY1ABcZpcLGqEz+TA8PYDqDCwkg-dQ@mail.gmail.com \
    --to=btmeehan@gmail.com \
    --cc=guile-user@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).