Hi Nicolas,

You're the first person to bring this up, as far as I know. ClojureScript, 
of course, is designed to run in JavaScript VMs, which are usually 
single-threaded, so Refs don't really apply. I'm not sure you even need to 
do special detection whether Refs are available: just define some 
ClojureScript macros for the Ref operations that compile down to Atom 
operations.

-Stuart Sierra
clojure.com

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