Re: [Chicken-users] Assistance with http egg

2006-04-16 Thread Thomas Chust
On Sun, 16 Apr 2006, Jim Miller wrote: I'm fairly new to scheme having been convinced by reading SICP that its worth a shot. So far I'm trying to convert some code over to using chicken scheme and I'm very happy so far. Hello, it's good to hear for a seasoned schemer that somebody actually

[Chicken-users] extending an environment; object systems

2006-04-16 Thread Shawn Rutledge
(Sorry this is more of a basic Scheme question than a Chicken one) I think I'm concluding that there is no way to destructively add to an environment (other than top-level) that already exists. For example I try this: (define (make-obj name) (lambda (sym . rest) (case sym

Re: [Chicken-users] Assistance with http egg

2006-04-16 Thread Jim Miller
On 4/16/06, Thomas Chust <[EMAIL PROTECTED]> wrote: On Sun, 16 Apr 2006, Jim Miller wrote:> I'm fairly new to scheme having been convinced by reading SICP that its> worth a shot.  So far I'm trying to convert some code over to using> chicken scheme and I'm very happy so far. Hello,it's good to hear