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: Andrew Gwozdziewycz
Subject: Re: Running non-scheme scripts: some thoughts
Date: Wed, 11 Jul 2012 11:37:36 -0400

On Wed, Jul 11, 2012 at 11:31 AM, Ian Price <address@hidden> wrote:
>
> Hi,
>
> Though guile is really a multi-language vm, it does not provide a simple
> way to run scripts for languages other scheme from the command line. I
> think we should add a --language switch that takes a mandatory argument,
> and use that to determine the language.

Seems smarter to just have different executables:

    guile (and guile-scheme for completeness via hard/soft link)
    guile-elisp
    ...
    guile-LANG

That seems like it'd lead to far less confusion overall.

Andrew

-- 
http://www.apgwoz.com



reply via email to

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