Chapter 1Getting Your Feet Wet

In the Introduction, we looked at some of the benefits of the functional style when it comes to writing applications. Of course, you can’t learn a language simply by reading about it. To really get a feel for it, you have to write some code yourself.

In this chapter you’ll dive right in and build a guestbook application that allows users to leave messages for one another. You’ll see the basic structure of a web application as well as the tools necessary for effective Clojure development. And you’ll get a feel for how web development in Clojure works. If you’re new to Clojure, I recommend you read through Appendix 1, Clojure Primer, for a crash course on the basic concepts and syntax.

The material I’ll ...

Get Web Development with Clojure, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.