brave-clojure-web
brave-clojure-web copied to clipboard
The link in the java chapter is broken: It mixes up 1.7.0 and 1.9.0, and it doesn't use https. The link should be https://repo1.maven.org/maven2/org/clojure/clojure/1.9.0/clojure-1.9.0.jar Then the command after it should...
This line: https://github.com/flyingmachine/brave-clojure-web/blob/master/content/cftbat/read-and-eval.html#L238 Extra parens around `"+"`: ``` clojure (read-string ("+")) ; => + ``` Instead, it should be: ``` clojure (read-string "+") ; => + ``` Amazing chapter! And...
Bumps [rack](https://github.com/rack/rack) from 1.6.1 to 2.2.3. Changelog Sourced from rack's changelog. Changelog All notable changes to this project will be documented in this file. For info on how to format...
**Code Organization** section (https://www.braveclojure.com/functional-programming/)
**Code Organization** section (https://www.braveclojure.com/functional-programming/)
**Moving Pegs** section (https://www.braveclojure.com/functional-programming/)
**Moving Pegs** section (https://www.braveclojure.com/functional-programming/)
**Creating the Board** section (https://www.braveclojure.com/functional-programming/)
**A Vampire Data Analysis Program for the FWPD** section (https://www.braveclojure.com/core-functions-in-depth/)
**Demonstrating Lazy Seq Efficiency** section (https://www.braveclojure.com/core-functions-in-depth/)