On Dec 30, 12:53 pm, Alex Ott <alex...@gmail.com> wrote:
>
> If need, i can submit somebody full test case


I think this might help because it's hard to tell what you are trying
to do without a little more context.

Some odd things that stand out to me:

1) You call loop, but you should be calling recur.  E.g. (loop result)
2) Why are the arguments streams and not readers?
3) You do nothing with the 'char' variable binding.

My guess is you just made some typos while trying to create a simple
example.

-- 
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