On Sat, Aug 25, 2012 at 3:49 AM, Shantanu Kumar
<kumar.shant...@gmail.com> wrote:
> Hi,
>
> I noticed that `with-meta` is not working on function objects in CLJS.
> Compilation fails with the following error:
>
> Error: No protocol method IWithMeta.-with-meta defined for type function:
> function (maps, x) {
>       return x;
>     }

It's not currently supported. Ticket welcome. If you have ideas about
a good approach that's even better. Part of the problem is that
Clojure fns are just JS fns.

David

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