- Notifications
You must be signed in to change notification settings - Fork13
inclojure-org/intermediate-clojure-workshop
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The project aims to introduce you to a few concepts of Clojure and it'stooling. It will equip you with knowledge and skills to write a REST APIservice in Clojure.
The project has different levels (chapters) each focusing on a particular area. You can switch to different levels by,
./level_up
You can start over again from
./restart
You will need java to work with this workshop content.
First check if you have Java 11. You can do this by running the following command:java -version
If Java is not installed please register at this link and download it for free from the following link.https://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html
You can verify that java has been installed properly by running the following commandjava -version
We have not tested this project with Java versions other than Java 11 hence it is highly recommendedthat you have this one installed
Follow Leiningen setup instructions mentioned here:https://leiningen.org/
Fire up a REPL by running the following commandlein repl
. This should give you a replprompt. Enter(+ 1 2)
and press enter. You should get back3
as the result.
Additionally runlein --version
to ensure that the correct version of lein has been installed.
This project is tested with Leiningen 2.9.1. It is highly recommended that you use the same version.
WARNING This project will break with Leiningen 3.0.0 or higher
You can download Intellij by following the instructions here:https://www.jetbrains.com/idea/download/index.html
You are free to use the editor of your choice as long as you can do the following with it:
- Jump to definition for Clojure or Java sources
- Start or connect to a REPL
- Structural editing with paredit / parinfer
We will be using Intellij + Cursive for this workshop hence it is highly recommended that you have it installed. For Intellij,we recommend version 2019.3.2 or later.
You can get started with Cursive by following the instructions here:https://cursive-ide.com/userguide/
You can download Postman by following the instructions here:https://www.postman.com/downloads/
The recommended version of Postman is 7.17 or later
- Joel Victor andKapil Reddy for course design and being the core teaching staff at the second edition of this workshop at IN/Clojure 2020.
- Ravindra Jaju and [Kapil Reddy] (https://github.com/kapilreddy) for course design and being the core teaching staff at the second edition of this workshop at IN/Clojure 2019.
- All the workshop participants, and the many Clojurists who generously donated their time to make it successful.
- inclojure-org for being the umbrella under which this work happened.
Copyright © 2017-2018IN/Clojure.
Distributed under theMIT license.
About
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.