Practical Clojure
This book is the first definitive reference for the Clojure language, providing both an introduction to functional programming in general and a more specific introduction to Clojure's features. This book demonstrates the use of the language through examples, including features such as software...
Call Number: | Libro Electrónico |
---|---|
Main Authors: | , |
Corporate Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2010.
|
Edition: | 1st ed. 2010. |
Subjects: | |
Online Access: | Texto Completo |
Table of Contents:
- The Clojure Way
- The Clojure Environment
- Controlling Program Flow
- Data in Clojure
- Sequences
- State Management
- Namespaces and Libraries
- Metadata
- Multimethods and Hierarchies
- Java Interoperability
- Parallel Programming
- Macros and Metaprogramming
- Datatypes and Protocols
- Performance.