[Chicken-users] Re: define w/o define

2008-01-25 Thread minh thu
2008/1/25, Kon Lovett <[EMAIL PROTECTED]>:
> Hi,
>
> Also see the "environments" egg.
>
> #;10> (use environments)
> #;11> bar
> Error: unbound variable: bar
> #;11> (environment-set! (interaction-environment) 'bar 45)
> #;12> bar
> 45
>

Thanks all, I should have what I need :)
thu


___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users


[Chicken-users] Re: define w/o define

2008-01-25 Thread Kon Lovett

Hi,

Also see the "environments" egg.

#;10> (use environments)
#;11> bar
Error: unbound variable: bar
#;11> (environment-set! (interaction-environment) 'bar 45)
#;12> bar
45

Best Wishes,
Kon




___
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users