Jay Fields' Thoughts
experiences in software development
Tuesday, July 27, 2010
Clojure: Destructuring
›
In The Joy of Clojure (TJoC) destructuring is described as a mini-language within Clojure. It's not essential to learn this mini-langua...
10 comments:
Tuesday, July 20, 2010
Clojure: Composing Functions
›
Before Clojure, I had never used a Functional Programming language. My experience has primarily been in C#, Ruby, & Java. So, learning h...
7 comments:
Wednesday, July 07, 2010
High Level Testing with a High Level Language
›
In the early days of my project we made the decision to high-level test our Java application with Clojure*. One and a half years later, we...
3 comments:
Tuesday, July 06, 2010
Sacrificing some IDE capabilities
›
When discussing adopting Clojure or JRuby there are often heated discussions concerning the pros and cons of working with a language that ha...
6 comments:
Monday, April 12, 2010
Clojure: Converting a Custom Collection to a Sequence
›
I've been doing a bit of clojure lately and I've often found myself looking to convert a custom collection to a sequence . Unfortun...
5 comments:
‹
›
Home
View web version