CraigBlog
Craig Andera's blog.
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 versio...
4 comments:
Friday, April 2, 2010
The Zero-Argument Overload of Any
›
I'm a pretty big fan of Linq. I use it all the time in my C# code. But it's a relatively big library, and I've never studied it ...
7 comments:
Wednesday, March 17, 2010
Implementations of Slideshow in C# and Clojure
›
As I promised I would the other day , I went ahead and implemented my stupid little slideshow app in both C# and Clojure . It was an interes...
6 comments:
Wednesday, March 10, 2010
Creating a Lazy Enumeration of Directory Descendants in C#
›
Update: it turns out that Clojure has a built-in file-seq function (thanks to Stuart Sierra for pointing this out) that already does exactl...
3 comments:
Tuesday, March 9, 2010
Creating a Lazy Sequence of Directory Descendants in Clojure
›
Update: it turns out Clojure has a built-in function file-seq that does (almost) exactly this. The difference is that you get a lazy sequenc...
12 comments:
Wednesday, February 24, 2010
On the Utility of TestPropertyAttribute
›
On the project I’ve been working on lately, I’ve been using the unit test stuff that ships with Visual Studio/.NET, in the Microsoft.VisualS...
8 comments:
Tuesday, January 5, 2010
2009 – The Year in Review
›
With only six posts the entire year, 2009 was my lightest ever for blogging, although I continue to be active on Twitter ( here ). I don’t s...
2 comments:
‹
›
Home
View web version