Skip to content

A collection of assignments to get to know Clojure

Notifications You must be signed in to change notification settings

ljpengelen/clojure-for-beginners

Repository files navigation

Clojure for Beginners

This is a small collection of Clojure exercises created for the presentation Clojure for Beginners.

Try it online: https://cfb.cofx.nl.

Requirements

Development

Run npm install before you start development for the first time and each time you add a new JavaScript dependency.

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 Java, Node.js, NPM, Visual Studio Code, and Calva, connect Calva to the project and start developing.

Creating a release build

Execute the following command to create a release build:

npx shadow-cljs release app

The result can be found in /dist.

About

A collection of assignments to get to know Clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published