Re: [Chicken-users] nested definitions

2012-09-05 Thread Peter Bex
On Wed, Sep 05, 2012 at 02:12:31PM -0700, Andy Coolware wrote: > Hi, Hi Andy, > > (define ((A)) 1) > # > > A > # > > (A) > # > > ((A)) > 1 > > For my taste, a lot of happen here besides defining A. Scheme somehow > is able to "figure out" and destruct A from ((A)) in order to make it > possible.

Re: [Chicken-users] nested definitions

2012-09-05 Thread Mario Domenech Goulart
Hi Andy, On Wed, 5 Sep 2012 14:12:31 -0700 Andy Coolware wrote: > This is my first post here. I am interested in FP in general, Clojure > and Scala in specific. But reaching to roots as Scheme as well from > time. Welcome! > So I git stuck with a question inspired by "Structure and > Interpr

[Chicken-users] nested definitions

2012-09-05 Thread Andy Coolware
Hi, This is my first post here. I am interested in FP in general, Clojure and Scala in specific. But reaching to roots as Scheme as well from time. So I git stuck with a question inspired by "Structure and Interpretation" http://www.youtube.com/watch?v=2Op3QLzMgSY at almost end of the video @