chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Environments as Modules


From: George Rogers
Subject: Re: [Chicken-users] Environments as Modules
Date: Thu, 24 Mar 2011 19:45:15 -0400 (EDT)

I was thinking about writing my own scheme interpreter for the heck of it. It might not make sense for some implementation strategies. What would be a good implementation strategy for this technique.




-----Original Message-----
From: Thomas Chust <address@hidden>
To: George Rogers <address@hidden>
Cc: Chicken-users <address@hidden>
Sent: Thu, Mar 24, 2011 10:53 am
Subject: Re: [Chicken-users] Environments as Modules

2011/3/24 George Rogers <address@hidden>:
> What do you think about using evaluation environments as a basis for a
> module system.
> [...]

Hello,

this may look like a good idea but I suspect it isn't very suitable
for CHICKEN, because CHICKEN's evaluation environments contain no
syntax information but only runtime bindings while a module system
must deal with bindings in the transformer environment as well.

Ciao,
Thomas


-- 
When C++ is your hammer, every problem looks like your thumb.


reply via email to

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