Clojure High Performance Programming, Second Edition (eBook, ePUB)
Shantanu Kumar
eBook, ePUB

Clojure High Performance Programming, Second Edition (eBook, ePUB)

Become an expert at writing fast and high performant code in Clojure 1.7.0

Sofort per Download lieferbar
21,95 €
inkl. MwSt.
PAYBACK Punkte
11 °P sammeln!
Clojure treats code as data and has a macro system. It focuses on programming with immutable values and explicit progression-of-time constructs, which are intended to facilitate the development of more robust programs, particularly multithreaded ones. It is built with performance, pragmatism, and simplicity in mind. Like most general purpose languages, various Clojure features have different performance characteristics that one should know in order to write high performance code. This book shows you how to evaluate the performance implications of various Clojure abstractions, discover their un...