Programming Clojure, Fourth Edition: Reader Snake file missing (page 173)

The sample code linked from the book page does not contain the file reader/snake.clj.

Thanks, you can find it under src/examples/snake.clj

That is a different file which contains the finished project. The file referred to in the text is a starter file which contains only the necessary imports and which the reader should complete by following along with the book.

I’ve updated the text for that paragraph for the final edition, thanks.