On Apr 5, 2010, at 4:34 PM, Sophie wrote:

> But single-assignment is a quite valid (and more flexible?)  form of
> immutability. I'm not convinced cycles are intrinsically tied to it in
> any way.

If you can assign to it, it's mutable. What you're talking about is creating a 
mutable object, then making it immutable at some point (say, after it's first 
assigned to). Immutable object cycles are indeed possible if one permits this; 
Clojure doesn't, at least not for simple objects.

-Michael

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

To unsubscribe, reply using "remove me" as the subject.

Reply via email to