Jay Fields' Thoughts
experiences in software development
Thursday, March 24, 2011
Readable Clojure Without a Java Equivalent?
›
I've recently joined a new team and we've been doing a bit of Clojure. If you've never done Lisp (and I hadn't before I foun...
6 comments:
Tuesday, March 15, 2011
Types of Technical Debt
›
As a developer at DRW , technical debt is often on your mind. Our front office teams work directly with their traders (often sitting direct...
6 comments:
Sunday, March 13, 2011
Random Thoughts on Good Programmers and Good Code
›
I've know some really, really smart guys who write code I hate. I love using their libraries, but I don't ever want to edit their so...
2 comments:
Wednesday, March 02, 2011
Clojure: Eval-ing a String in Clojure
›
I recently needed to eval a string into Clojure and found it was easy, but it wasn't accomplished in the way I expected. My recent exper...
1 comment:
Tuesday, March 01, 2011
Clojure: if-let and when-let
›
I'm a fan of if-let and when-let . Both can be helpful in creating succinct, readable Clojure code. From the documentation: If test is ...
2 comments:
‹
›
Home
View web version