Brian Marick

Results 83 comments of Brian Marick

I added a pull request on this a while back. Did you see it?

Yes, I managed to not know about `boolean` for way too long. I'll fix this in the final version.

That might make sense now. Earlier, the chapter positions, chapter topics, and all that tended to change a lot. How much of a problem is this, really? It would be...

Sorry - I've been on a long vacation. Have you installed all the dependencies listed in https://github.com/marick/fp-oo/blob/master/project.clj ?

I installed the dependencies, and I get the same problem. Investigating... (Sorry, but I haven't used Clojure for years, so I've forgotten how to work with it.)

So this is odd. Starting from (what I think is) a clean environment, I downloaded everything in the `project.clj` file. Two of the three things work: ``` user=> (use 'midje.sweet)...

Although I like for people to do the exercises, maybe this is a case where it's best to just read the words.

The whole emissions namespace is under-thought. I took a stab at supporting junit output format, knowing almost nothing about it, but I think I did a poor job at it....

Apologies for slowness, and also apologies for being ignorant of Clojurescript and conditional readers. I tried the following with Clojure 1.7: ``` clojure (ns scratch.core2 (:use midje.sweet) (:require [scratch.core]) (:require...