I'm unable to decipher from these examples exactly what is expected and
what is going on. Can someone write me a concise 1 paragraph description of
the problem. Something like:

"When a case is emitted from a macro into the body of a go, ..... happens"

I think it's probably something related to how case is handled in gos. Try
switching to a condp and see how that works.

I'm in the process of rewriting the go macro to use the tools.analyzer
code. The CLJ side of things is done, and I just need to port to CLJS.
Already this has solved many bugs with symbol resolution and special forms.

Timothy


On Tue, Feb 18, 2014 at 12:20 PM, Ben Wolfson <wolf...@gmail.com> wrote:

> On Tue, Feb 18, 2014 at 11:18 AM, Thomas Heller <th.hel...@gmail.com>wrote:
>
>> While I haven't tested the code, I can see one "obvious" mistake.
>>
>> https://github.com/txrev319/bug-report/blob/master/src/app.cljx#L20
>>
>> "cat" is undefined?
>>
>>
> That isn't a mistake. `silly` expands into a case, which expects bare
> symbols.
>
> --
> Ben Wolfson
> "Human kind has used its intelligence to vary the flavour of drinks, which
> may be sweet, aromatic, fermented or spirit-based. ... Family and social
> life also offer numerous other occasions to consume drinks for pleasure."
> [Larousse, "Drink" entry]
>
>  --
> 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
> ---
> You received this message because you are subscribed to the Google Groups
> "Clojure" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to clojure+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>



-- 
"One of the main causes of the fall of the Roman Empire was that-lacking
zero-they had no way to indicate successful termination of their C
programs."
(Robert Firth)

-- 
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
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to