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 trans...
Main Author: | |
---|---|
Other Authors: | |
Format: | eBook |
Language: | Inglés |
Published: |
[Berkeley, Calif.] :
Apress
2010.
|
Edition: | 1st ed. 2010. |
Series: | THE EXPERT'S VOICE OPEN SOURCE Practical Clojure
|
Subjects: | |
See on Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009628159306719 |
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.