Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 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 1 2 3 4

Learning Clojure

Posted By: Landau17
Learning Clojure

Learning Clojure
MP4 | Video: 720p | Duration: 2:23:07 | English | Subtitles: VTT | 342.6 MB



Clojure ("closure") is a general-purpose programming language that runs on Java and works seamlessly with Java Virtual Machine. More and more developers are turning to Clojure for its simplicity, performance benefits, concurrency features, and immutable data structures. Plus, like other Lisp-based languages, Clojure is easy to learn and super concise. This tutorial is designed to get developers who are new to Clojure quickly up and running with the language and toolset.

Arthur Ulfeldt covers the Leiningen build tool and setting up Clojure to work with the IntelliJ IDEA dev environment. He then reviews the basics of the syntax, including functions, expressions, values, macros, strings, and conditionals. He shows how to structure, compile, and deploy Clojure projects in Leiningen, and pull from Clojure's core library. In the final chapters, Arthur explores references and namespaces and points to resources to learn more about Clojure.

Topics include:
  • Installing Leiningen
  • Configuring IntelliJ IDEA
  • Using REPLs to execute code
  • Working with simple and composite values
  • Mastering Clojure macros
  • Exploring Clojure syntax
  • Building a Clojure project with Leiningen
  • Mapping, filtering, and reducing
  • Binding and destructuring data
  • Working with identities