clojure-workshop icon indicating copy to clipboard operation
clojure-workshop copied to clipboard

Basic Clojure training material for a one day workshop

Clojure Workshop

Sponsored License: MIT

A Clojure workshop intended for Clojure beginners. Participants are not required to have any prior experience with Clojure.

The workshop materials are intended to guide participants through the whole language and eco system, from theory to deploying an actual web application. The goal of this workshop is to have a person, with no prior knowledge about Clojure, fully capable of writing production ready Clojure after one day.

The workshop has successfully been organized in:

  • Futurice Helsinki
  • Futurice Munich

Prerequisite

Java

Version 1.8.0 or higher The command: java -version should output: [...] version "1.8.0_XXX"

Lein

Lein Version 2.9.1 or higher The command: lein -v should output: Leiningen 2.9.1 on Java 1.8.0_XXX [...]

Nightcode

Nightcode

Workshop set up

The workshop is split into 6 sections

  1. Introduction in Clojure
  2. Basic Development - REPL
  3. Backend Programming
  4. Frontend Programming with Clojurescript and Reagent
  5. Database (Extra credit)
  6. Deploying (Extra credit)

License

MIT License

Copyright (c) 2019 Futurice

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.