greghendershott / rackjure

Provide a few Clojure-inspired ideas in Racket. Where Racket and Clojure conflict, prefer Racket.
BSD 2-Clause "Simplified" License
236 stars 17 forks source link

fix reader function literals for new scope-set expander #53

Closed AlexKnauth closed 9 years ago

AlexKnauth commented 9 years ago

based on https://groups.google.com/forum/#!topic/racket-dev/6khgHKygmS4 and https://github.com/AlexKnauth/afl/commit/d5522c650483db697ccf51b357bb662 6bb976a01

greghendershott commented 9 years ago

Merged -- thanks!

This closes #52 , correct?

AlexKnauth commented 9 years ago

Yes.