Re: [racket-users] Re: Operations that create objects

2016-12-16 Thread Jan Hondebrink
Thank you so much. This is extremely helpful and instructive. One thing I don't understand: how do you call or access an inner function after its outer function has completed? On Fri, Dec 16, 2016 at 5:41 AM, George Neuner wrote: > On Thu, 15 Dec 2016 06:03:54 -0800

Re: [racket-users] How to use the REPL with #lang s-exp "expander.rkt"

2017-03-20 Thread Jan Hondebrink
On Sunday, March 19, 2017 at 6:46:24 PM UTC+1, Greg Hendershott wrote: > > This works fine in the ME-test.rkt Definition window, but not in the REPL > > which doesn't have bindings for anything. I would like anything typed into > > the ME-test.rkt REPL to be used as argument to the

Re: [racket-users] How to use the REPL with #lang s-exp "expander.rkt"

2017-03-21 Thread Jan Hondebrink
On Monday, March 20, 2017 at 7:25:35 PM UTC+1, Matthew Butterick wrote: > On Mar 20, 2017, at 2:59 AM, Jan Hondebrink <jrhond...@gmail.com> wrote: > > Testing top-interaction with expression: (#%top-interaction + 1 2) > . +: unbound identifier; > also, no #%app syntax