Brian Beckman And Rich Hickey! ARGHHHHH
Loading...
I'm quite impressed with the persistence characteristic of Clojure. That's a kind of purity of its own.
Clojure and Scala look like the hot languages of the day and both run on JVM and also CLR.
Must revisit Are We There Yet?
I had no idea Clojure supported the CLR...!
This is great! Thanks for the awesome video!
This is great! great! great!
I would like to see the continuation of this discussion!
Finally I can use Lisp, before I completely forget it.
It's been more than 10 years since I last work on it, but Clojure makes perfect sense to try out some real world scenarios.
Wow, that's really awesome!
" Status: definitely alpha. Developers only at this point. Alpha = rough edges, incomplete features, slow. "
This from the ClojureCLR link dated feb 2009, is this still the case? Would love to be able to actually use Clojure on .Net
I'm pretty sure it's getting more stable. I'll ask Rich.
C
Nice stuff. I like the deep language design topics.
For those that might be interested....
Clojure for Java Programmers
http://clojure.blip.tv/file/982823/
Channel 9 seems to be on a roll at the moment. Erik appears to be a Functional Force of Nature and now we've got Brian back! Awesome. I'm not saying they are connected, but if the apparent increase in the rate of innovation and related deep thinking in the fields of programming languages, tools and runtimes is due in some small part to having the comfort factor of a fast-enough single threaded future removed then the 'retreat' to multicore is one of the best things to happen to the software industry in the last seven years.
The implications of the statement "objects conflate value and identity" and "this is broken" appears to me to me that the CLR model is broken (shock!) since the CLR operates on {C,MS}IL which maintains the C#/VB notion of objects. Correct?
Even if Clojure can be built on the CLR and JVM, can we say that these VM's are appropriate for the paradigm shift that's only just begun?
It's actually quite astonishing, this view of an object as a timeline of values, where each value is its state in a point in time. Also, I love the connection between Clojure "objects" and IObservable. Reminds me of Brian's comment "...mutable, and very observably so". Almost like IO on steroids since IO deals with properties whereas here you can take the whole object and it becomes a timeline.
A language like this which these powerful datastructures built into the language is quite appealing even if conventional wisdom is to not have it in libraries. D does the same with its maps although its notion of a map is completely traditional and imperative.
It's quite disturbing that in this world of increasing immutability, the BCL stands out as incredibly mutable. Is this good enough to build the future on do you think or can we no longer hide that the imperative style language(s) that the CLR was founded on and the BCL was written in is broken for the future? Looks like a big reconstruction project. And what primitives do you choose to rebuild it for the future. Task and Future ain't cutting it.
I love the concepts of Clojure even if the LISPy syntax "red pill" may be too tough swallow. But there's no reason why something like this could not underpin many DSL's, such as what we see in "Oslo".
And the reference to Timewarp brings up again the connection between programs and the OS and what the OS offers programs and how it interacts with them. Sounds like a great potential interview.
Hmm...