[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Injecting variables into closures.
From: |
Kjetil S. Matheussen |
Subject: |
Re: Injecting variables into closures. |
Date: |
Thu, 29 Nov 2007 15:54:56 +0100 (CET) |
On Thu, 29 Nov 2007, Kjetil S. Matheussen wrote:
(let ()
(display (defined? 'gakk))
(inject-variable gakk 90)
gakk)
=> #f90
By the way. I'm quite surprised the environments consist
of linked lists. Wouldn't it be much faster using hash
tables instead? Perhaps the variables are cached or something?