On Thu, Feb 6, 2014 at 11:50 AM, Joel <[email protected]> wrote: > I've seen examples of calling into javascript from closurescript, but none > vice-versa. > > This seems like a real problem if you need the javascript to make a > callback. Workarounds? Or, did I just miss some interop documentation? >
For the callback case it's a non-issue, you just pass a function since ClojureScript functions *are* JavaScript functions. Do you have some more specific case in mind that seems problematic to you? David -- 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.
