Re: [racket-users] Why doesn't my readtable extension work in the REPL?

2015-05-11 Thread Matthew Flatt
At Mon, 11 May 2015 13:22:31 -0700, Alexis King wrote: I’ve gotten my curly-fn meta-language https://github.com/lexi-lambda/racket-curly-fn working, and it works great within a module. However, evaluating #{+ 2} within the REPL just evaluates as a plain old vector, ignoring my readtable

Re: [racket-users] Why doesn't my readtable extension work in the REPL?

2015-05-11 Thread Alexander D. Knauth
On May 11, 2015, at 4:22 PM, Alexis King lexi.lam...@gmail.com wrote: I’ve gotten my curly-fn meta-language working, and it works great within a module. However, evaluating #{+ 2} within the REPL just evaluates as a plain old vector, ignoring my readtable extension. What gives? Using

Re: [racket-users] Why doesn't my readtable extension work in the REPL?

2015-05-11 Thread Alexis King
Perfect, thanks to both of you for your help. I’ve pushed a fix based on the at-exp implementation. I actually didn’t know about afl, but I’m pleased to see that it works relatively similarly! I still like my syntax and auto-currying better, but I’m biased. ;) -- You received this message