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...

Full description

Bibliographic Details
Main Authors: VanderHart, Luke, Sierra, Stuart (Author)
Format: eBook
Language:English
Published: Berkeley, CA Apress 2010, 2010
Edition:1st ed. 2010
Subjects:
Online Access:
Collection: Springer eBooks 2005- - Collection details see MPG.ReNa
LEADER 01967nmm a2200301 u 4500
001 EB000361429
003 EBX01000000000000000214481
005 00000000000000.0
007 cr|||||||||||||||||||||
008 130626 ||| eng
020 |a 9781430272304 
100 1 |a VanderHart, Luke 
245 0 0 |a Practical Clojure  |h Elektronische Ressource  |c by Luke VanderHart, Stuart Sierra 
250 |a 1st ed. 2010 
260 |a Berkeley, CA  |b Apress  |c 2010, 2010 
300 |a 232 p  |b online resource 
505 0 |a 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 
653 |a Compilers (Computer programs) 
653 |a Compilers and Interpreters 
653 |a Software engineering 
653 |a Software Engineering 
700 1 |a Sierra, Stuart  |e [author] 
041 0 7 |a eng  |2 ISO 639-2 
989 |b Springer  |a Springer eBooks 2005- 
028 5 0 |a 10.1007/978-1-4302-7230-4 
856 4 0 |u https://doi.org/10.1007/978-1-4302-7230-4?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.45 
520 |a 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 transactional memory (STM) and immutability, which may be new to programmers coming from other languages. Overview of functional programming and description of what sets Clojure apart from other languages Detailed explanation of Clojure’s special features Examples of real-world tasks that are well-suited to Clojure’s capabilities, starting with simple tasks and moving on to more complex applications