Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 733 Bytes

File metadata and controls

14 lines (9 loc) · 733 Bytes

Clojure for Beginners

This small project serves as a presentation of the basics of Clojure. I made it for devConf 2022.

This presentation refers to the following repositories:

Trying this at home

If you're a beginner to Clojure and don't have a favorite setup yet, I recommend using Visual Studio Code in combination with the Calva extension.

Once you've installed Clojure, Visual Studio Code, and Calva, you can just open src/presentation.clj, connect Calva to the project, and start evaluating expressions.