I get this error when I try to define a case statement that is returning function vars. See this gist for an example:
https://gist.github.com/sonelliot/5beb9058460b49a7006a#file-unexpected-token-clj I like to return vars that get invoked rather than the entire function implementation. This is useful because I can re-define a function later and the changes are automatically picked up by callers. Am I misunderstanding something or is this a legitimate bug? -- Note that posts from new members are moderated - please be patient with your first post. --- You received this message because you are subscribed to the Google Groups "ClojureScript" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/clojurescript.
