[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Aspect Oriented Programming in context of lightweight languages.
At Fri, 21 Mar 2003 12:53:54 -0500, John Clements wrote:
>
> On Friday, March 21, 2003, at 12:14 PM, Robby Findler wrote:
>
> > Now do functions. You get let/cc (call/cc followed immediately by a
> > lambda, but packaged as a binding form) and continuation applications
> > and let. You have to make lambda, and application.
> >
> > :)
>
> Well, you also get the top level, right?
I'm not 100% sure what you mean, but I don't think so. For the puzzle,
it's enough to only consider programs that are single lambda calculus
expressions. Nevermind Scheme.
Robby