Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Clojure Data Structures and Algorithms Cookbook (Repost)

Posted By: insetes
Clojure Data Structures and Algorithms Cookbook (Repost)

Clojure Data Structures and Algorithms Cookbook By Rafik Naccache
2015 | 216 Pages | ISBN: 1785281453 | PDF | 2 MB


25 recipes to deeply understand and implement advanced algorithms in Clojure 25 recipes to deeply understand and implement advanced algorithms in Clojure About This Book Explore various advanced algorithms and learn how they are used to address many real-world computing challenges Construct elegant solutions using impressive techniques including zippers, parsing, and pattern matching Solve complex problems by adopting innovative approaches such as logic or asynchronous programming What You Will Learn Explore alternative uses of classical data structures such as arrays and linked lists Explore advanced machine learning and optimization techniques Utilize the Clojure libraries, such as Instaparse for parsing, core.match for pattern matching, clojure.zip for zippers, and clojure.matrix for matrix operations Learn logic programming through the core.logic library Master asynchronous programming using the core.async library Observe transducers while resolving real-world use cases