Very interesting talk for the Java geek in me. Side note: blogspot's UI has gotten really old.
"A JVM Does What?"
11–20 of 22 posts
Re: "A JVM Does What?"
#12Considering GC and concurrency issues, this talk is good for people making language choices on the JVM. In the end, he said he personally thinks STM is not a good way to program concurrency. And, I think immutable data is good for GC.
http://groups.google.com/group/clojure/browse_thread/thread/... (orig. post deleted): http://www.reddit.com/r/programming/comments/6l7cb/clojure_s... http://msdn.microsoft.com/en-us/magazine/cc163552.aspx
Re: "A JVM Does What?"
#13Re: "A JVM Does What?"
#14Earlier quoted context omitted.
http://groups.google.com/group/clojure/browse_thread/thread/... (orig. post deleted): http://www.reddit.com/r/programming/comments/6l7cb/clojure_s... http://msdn.microsoft.com/en-us/magazine/cc163552.aspx
Or look at how STM is handled in Haskell, where it's arguably more pure.
(the optimistic vs. rollbacks distinction
http://liyang.hu/pub-model.xhtml
http://www.reddit.com/r/programming/comments/daqho/is_transa...
FWIW, why .NET can't have it:
Re: "A JVM Does What?"
#15Re: "A JVM Does What?"
#16Is there a non video version of this?
For what it's worth, I don't think I could possibly read as quickly AND effectively as he talks. What a great speaker! I learned a lot.
Re: "A JVM Does What?"
#17Considering GC and concurrency issues, this talk is good for people making language choices on the JVM. In the end, he said he personally thinks STM is not a good way to program concurrency. And, I think immutable data is good for GC.
http://groups.google.com/group/clojure/browse_thread/thread/... (orig. post deleted): http://www.reddit.com/r/programming/comments/6l7cb/clojure_s... http://msdn.microsoft.com/en-us/magazine/cc163552.aspx
Or maybe he just learned Clojure people are pedantic and it's more time efficient to agree rather than argue with them.
Re: "A JVM Does What?"
#18Anyone care to post a short jist on what this 52min video includes ?
The slides are here: http://www.azulsystems.com/blog/wp-content/uploads/2011/03/2...
Re: "A JVM Does What?"
#19Earlier quoted context omitted.
http://groups.google.com/group/clojure/browse_thread/thread/... (orig. post deleted): http://www.reddit.com/r/programming/comments/6l7cb/clojure_s... http://msdn.microsoft.com/en-us/magazine/cc163552.aspx
I went to the version of this talk he gave at Java Symposium; his argument was that it can work for Clojure, where immutability and functional purity resolve some of the problems. Perhaps these discussions moved his position slightly. Or maybe he just learned Clojure people are pedantic and it's more time efficient to agree rather than argue with them.
Re: "A JVM Does What?"
#20Considering GC and concurrency issues, this talk is good for people making language choices on the JVM. In the end, he said he personally thinks STM is not a good way to program concurrency. And, I think immutable data is good for GC.
http://groups.google.com/group/clojure/browse_thread/thread/... (orig. post deleted): http://www.reddit.com/r/programming/comments/6l7cb/clojure_s... http://msdn.microsoft.com/en-us/magazine/cc163552.aspx