On Sat, Feb 28, 2009 at 6:13 AM, Stephen C. Gilardi <squee...@mac.com> wrote: > > On Feb 27, 2009, at 10:59 PM, Joshua wrote: > >> Is the desired syntax to match the CL version? > > Following CL's lead by implementing a *read-eval* var as Stuart suggested > looks like a good way to do this to me.
So, I suppose the "syntax" for this would be something like this: (binding [*read-eval* false] (read ...)) >> Should I create a separate reader for the read-only version or just >> use an if statement within the EvalReader? > > A solution based on *read-eval* would use if statement. -- Michael Wood <esiot...@gmail.com> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---