braveandtrue

https://www.braveclojure.com/
2018-10-27T02:51:49.001600Z

Hello I’m going through the book but having some trouble with the project in Chapter 6. I followed the code examples, which appear to match, but when actually running the cheese-thief-map-program I don’t get the clojure logo but instead a discombobulated arrangement of lines.

2018-10-27T02:52:00.001900Z

Anyone run into issues with that project?

2018-10-27T21:47:41.003400Z

Found the issue: A function was defined early in the chapter that swapped the position of :lat and :lng.

2018-10-27T21:48:08.004Z

Later in the chapter it corrected the order. The digital version has it corrected everywhere too.