Thank you very much, you help me a lot.
--
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 unsubscr
>>Let's also say you receive update to specific point every few milliseconds,
>>so each update will create a new point and will set the point inside the
>>persistent vector and the new vector will now be stored inside a member
>>variable?
Correct. In my situation, I imported the entire Clojure-
Hi,
Thank you for the answer.
I agree it does not fell right and I have to be super careful not to modify
anything.
It will be helpful if you can elaborate on how you use those immutable
classes inside immutable collections.
In the example you show you had immutable point, if you now keep
an equ
> Is that a good way to go? I couldn't find much documentation about how to
> create full immutable application.
> I understand I'm mixing functional and OO principles, I hope I'm not to
> wrong about it.
I've done more or less this exact thing in C# before. What I've found
to be most useful, is t