Cargando…

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

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autores principales: VanderHart, Luke (Autor), Sierra, Stuart (Autor)
Autor Corporativo: SpringerLink (Online service)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Berkeley, CA : Apress : Imprint: Apress, 2010.
Edición:1st ed. 2010.
Temas:
Acceso en línea:Texto Completo
Tabla de Contenidos:
  • 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.