unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
From: Stephen Scheck <singularsyntax@gmail.com>
To: guile-user@gnu.org
Subject: Multi-language scripts
Date: Fri, 21 Aug 2020 14:22:32 -0400	[thread overview]
Message-ID: <CAKjnHz1tkbe=azH3C86WJwWCPY3e56Qh87DzoZ25d=8jzfrTQg@mail.gmail.com> (raw)

I'm trying to invoke `guile -s script` where script contains something like
this:

    ,language ecmascript
    display("Hello JavaScript!\n");
    ,language scheme
    (display "Hello Guile!\n")

However, REPL meta-commands do not seem to be available when passing a
script file to Guile with the -s switch.

Does anybody know if there's any way to make it work?


             reply	other threads:[~2020-08-21 18:22 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21 18:22 Stephen Scheck [this message]
2020-08-21 18:36 ` Multi-language scripts Matt Wette
  -- strict thread matches above, loose matches on Subject: below --
2020-08-21 19:17 Stephen Scheck
2020-08-22  2:47 ` Matt Wette
2020-08-22 14:53 Stephen Scheck
2020-08-22 15:22 ` Matt Wette

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='CAKjnHz1tkbe=azH3C86WJwWCPY3e56Qh87DzoZ25d=8jzfrTQg@mail.gmail.com' \
    --to=singularsyntax@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).