Lambda

Lambda Island

A place for developer-focused blog posts.

The Obstacles of Effective Debugging

by Laurence Chen Have you ever had one of the following experiences before? 1. Your job is in customer service, and your company’s client reported that they encountered certain troubles in using

The Classpath is a Lie

by Arne Brasseur A key concept when working with Clojure is “the classpath”, a concept which we inherit from Clojure’s host language Java. It’s a sequence of paths that Clojure (or

A Tale of Three Clojures

By Alys Brooks Recently, I was helping a coworker debug an issue with loading a Clojure dependency from a Git repository. (If you don’t know you can do this; it’s very