2012/9/13 David Nolen <dnolen.li...@gmail.com>

> If people are encountering reasons
> to use it - something is missing from ClojureScript that needs to be
> provided.


I think I found such a reason: clojurescript gives no access to
javascript's delete operator. Deleting is not the same as setting to
undefined. I propose a new form (del! (.-prop o)) and a new function (adel
o "prop"). Shall I open a ticket?

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