If I run this program: #lang curly-fn racket (map #{/ 1} '(1 2 3))
I get the expected result in the repl. But in the repl after the run, if I type: (map #{/ 1} '(1 2 3)) I get an error: #%namespaced: undefined; cannot reference an identifier before its definition Is there a way to make this work in the repl? -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-users/d0b61da6-8c1d-4222-a558-eb7767354140n%40googlegroups.com.