Julian Gamble focuses on practical and complete examples that illuminate Clojure's key features and show step-by-step how to solve real-world problems with it. Clojure Recipes provides a series of "learn by doing" step-by-step projects, you'll learn how to:
From reviewers:
Clojure Recipes is a book of recipes that deliver concrete end-to-end solutions that assist you in building your applications. It's perfect for getting started with Clojure, or to give to your friends so they can get up and running.
If you wanted to get started with Clojure on your weekend project, or in your workplace, then you need some clear examples to get started with. Clojure Recipes provides step-by-step instructions to get you up and running quickly, and the understanding to know how this fits into the bigger picture.
Each chapter of the book contains a self-contained solution that guides you through, step by step, explaining each concept as you go. At the end of the chapter you'll have a working application.
Preface
Chapter 1: Starting Your Project with Leiningen
Chapter 2: Packaging Clojure for a Java EE Environment
Chapter 3: Creating a REST Server in Compojure
Chapter 4: Creating a REST Server with Liberator
Chapter 5: A REST Client in ClojureScript
Chapter 6: A Simple JSON Server
Chapter 7: A Simple Server using the Pedestal Framework
Chapter 8: A Stock Ticker on the Pedestal Framework Server
Chapter 9: Simplifying Logging with a Macro
Chapter 10: Extending the Compiler with a Macro
Chapter 11: Simplifying Datomic Syntax by Writing a DSL
Chapter 12: Reading the SASS DSL and Generating CSS with Clojure Zippers
Chapter 13: Introduction to Cascalog
Chapter 14: Cascalog and Hadoop
Chapter 15: Loading a Data File into Cascalog
Chapter 16: Writing Out a Data File with Cascalog
Chapter 17: Cascalog and Structured Data
Chapter 18: Loading Custom Data Formats into Cascalog
Chapter 19: Connecting to Datomic from Your Application
Chapter 20: Getting Started with Storm
Chapter 21: Getting Started with JMS in Clojure
Chapter 22: Integrating Storm and JMS
Chapter 23: A CSV Reader
Chapter 24: Detecting Errors with a Log Monitoring Application
Chapter 25: Bundling Clojure as an Ant Plugin
Chapter 26: Bundling Clojure as an Maven Plugin
Chapter 27: Integrating Clojure by Scripting Web Tests
Chapter 28: Monitoring Availability with a Website
Appendix A: Debugging Macros
Developers are discovering the immense power of Clojure's functional programming model to quickly solve problems in domains ranging from social networking to Big Data. Targeting the Java Virtual Machine, Clojure also leverages the Java platform's maturity and enormous ecosystem. Clojure Recipes is a "code recipe book" for this increasingly popular language.
Clojure Recipes is a book of recipes that deliver concrete end-to-end solutions that assist you in building your applications. It's perfect for getting started with Clojure, or to give to your friends so they can get up and running.
If you wanted to get started with Clojure on your weekend project, or in your workplace, then you need some clear examples to get started with. Clojure Recipes provides step-by-step instructions to get you up and running quickly, and the understanding to know how this fits into the bigger picture.
Each chapter of the book contains a self-contained solution that guides you through, step by step, explaining each concept as you go. At the end of the chapter you'll have a working application.
Julian Gamble focuses on practical and complete examples that illuminate Clojure's key features and show step-by-step how to solve real-world problems with it. Clojure Recipes provides a series of "learn by doing" step-by-step projects, you'll learn how to: