guile-devel
[Top][All Lists]
Advanced

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

Re: language environments


From: Andy Wingo
Subject: Re: language environments
Date: Mon, 11 Jul 2011 11:57:21 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux)

On Sat 09 Jul 2011 22:30, BT Templeton <address@hidden> writes:

> How are language environments (i.e., the values passed as `#:env'
> arguments to the various compilation functions) supposed to be used?
> Currently all languages use it as the value of the current module, but
> would it be appropriate to use the environment value to keep track of
> other compilation-unit-specific settings like the default binding mode
> for Elisp or global declarations for CL?

For toplevel languages and tree-il they need to be modules I think.
Otherwise the REPL won't work.  Lower-level languages might do different
things, but it's best to think of them as modules.  Can these other
parameters be attached to modules somehow?

Andy
-- 
http://wingolog.org/



reply via email to

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