The modified reader will report no more, no less parsing error than
the current Clojure reader.

On Dec 27, 4:40 pm, Softaddicts <lprefonta...@softaddicts.ca> wrote:
> Using the absence/presence of a space to influence parsing bugs me a lot...
>
> No idea about using an explicit delimiter ?
> My main concern is how can the reader report a decent error message
> if there's an input mistake in this context ? I feel that a mistake
> can have far reaching side effects because it will change evaluation
> of the forms and some odd behaviors could result from such a mistake....
>
> Luc
>
>
>
>
>
>
>
>
>
> > Yes, to be exactly, the simple change in the reader is after parsing a
> > symbol, if the following char separating the symbol is '(', the symbol
> > become the leading item of the following list, otherwise it is a
> > regular item in the current list context.
>
> > Louis
>

-- 
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
Note that posts from new members are moderated - please be patient with your 
first post.
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

Reply via email to