Friday, April 9, 2010

Clojure Concurrency Tutorial Available

Update: all six parts are now available. That’s over two and a half hours of Clojurey goodness.

Update: There are now downloadable versions available in wmv and mp4 formats in a variety of resolutions. Just click the download button by each module. Also, the refs module is now up.

A while back, I wrote up some slides on concurrent programming in Clojure that I used at a DC ALT.NET presentation. Since I had them ready, and since Pluralsight has a great infrastructure for doing online training (it’s called Pluralsight On-Demand!), it made sense for me to record the content and make it available. So I have.

I’m happy to announce the immediate availability of the first four parts of my six-part Clojure concurrency tutorial, a screencast. You can find it here. It is freely available, and no registration is required. The final two parts will be available in less than a week.

I wrote the tutorial from the perspective of a .NET programmer who is new to Clojure. I don’t focus on the language itself, but rather the concurrency support in it. However, I don’t assume any prior knowledge of Clojure, so we start by covering just enough language syntax to get us through the demos. From there we dive into vars, atoms, agents, refs, promises, futures, and all sorts of good stuff.

If you’ve been reading my blog, you’ll know I’m a big fan of Clojure. One of the reasons for this - but not the only reason - is its fantastic support for concurrent programming. I like to say that it provides “sanity in the face of concurrency”. If you’re interested to learn more, check out the tutorial, and please – let me know what you think!

4 comments:

  1. Wonderful tutorials Craig.. I saw the first one on a windows machine as I needed Silverlight. But I would love to see them all. I have a linux box and I tried using moonlight which doesn't seem to help much.. Is there any way for you to help me? I hope there are others interested in this who are stuck in a position like me too... Thank you.

    ReplyDelete
  2. Glad you liked them. If you click the downloads button, you can download them in a variety of formats (including mp4) for offline viewing. I'll update the post to make this more clear.

    ReplyDelete
  3. I'll update the post to make this more clear.

    ReplyDelete
  4. yeah, I agree! thanks for sharing this.

    ReplyDelete