guile-devel
[Top][All Lists]
Advanced

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

Re: Running non-scheme scripts: some thoughts


From: Ludovic Courtès
Subject: Re: Running non-scheme scripts: some thoughts
Date: Sun, 26 Aug 2012 23:16:11 +0200
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.1 (gnu/linux)

Hello!

Ian Price <address@hidden> skribis:

> tl;dr +1 to add a --language switch to guile :P

Seems like a good start; ‘guile-elisp’, etc. executables or symlinks can
still be added eventually if/when a huge user base for these language
implementations demands it.  :-)

One would need to make sure ‘--language’ interacts usefully with ‘-c’
and ‘-e’, for instance.  Perhaps something like:

  guile -c '(display "good")' --language=ecmascript -c '2 + 2;'

Thanks,
Ludo’.




reply via email to

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