Re: First class environments (Was: ... dynamic scoping and lambda

2012-05-24 Thread Alexander Burger
Hi Tomas, I just wanted to say that your 1st try is not a solution to the task. well, the task doesn't say that the environment must be represented as an alist, or does it? No, but the environment must encapsulate symbols _and_ values, not just values. Just a list of values doesn't make

First class environments (Article)

2012-05-24 Thread Alexander Burger
Hi all, On Thu, May 24, 2012 at 01:25:28PM +0200, Alexander Burger wrote: I think I have to write an article in the PicoLisp Wiki to explain all that better. Done! :) http://picolisp.com/5000/!wiki?firstClassEnvironments Hope this is all right. Did I forget something? Cheers, - Alex --