{"id":13850022,"url":"https://github.com/inclojure-org/intermediate-clojure-workshop","last_synced_at":"2025-07-12T21:32:38.370Z","repository":{"id":66861022,"uuid":"164460702","full_name":"inclojure-org/intermediate-clojure-workshop","owner":"inclojure-org","description":null,"archived":false,"fork":false,"pushed_at":"2020-02-21T04:48:27.000Z","size":87,"stargazers_count":29,"open_issues_count":0,"forks_count":13,"subscribers_count":9,"default_branch":"master","last_synced_at":"2024-08-05T20:29:50.158Z","etag":null,"topics":["clojure","clojure-tutorial","training-materials","tutorial","tutorial-sourcecode"],"latest_commit_sha":null,"homepage":null,"language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/inclojure-org.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-01-07T16:33:59.000Z","updated_at":"2024-04-26T16:21:38.000Z","dependencies_parsed_at":"2024-01-18T09:57:31.673Z","dependency_job_id":"ac151627-af04-4045-ba08-e14d37817672","html_url":"https://github.com/inclojure-org/intermediate-clojure-workshop","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inclojure-org%2Fintermediate-clojure-workshop","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inclojure-org%2Fintermediate-clojure-workshop/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inclojure-org%2Fintermediate-clojure-workshop/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/inclojure-org%2Fintermediate-clojure-workshop/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/inclojure-org","download_url":"https://codeload.github.com/inclojure-org/intermediate-clojure-workshop/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225839484,"owners_count":17532305,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["clojure","clojure-tutorial","training-materials","tutorial","tutorial-sourcecode"],"created_at":"2024-08-04T20:00:56.602Z","updated_at":"2024-11-22T03:30:34.273Z","avatar_url":"https://github.com/inclojure-org.png","language":"Clojure","readme":"# Clojure intermediate workshop\n\n## Introduction\nThe project aims to introduce you to a few concepts of Clojure and it's\ntooling. It will equip you with knowledge and skills to write a REST API\nservice in Clojure.\n\n\n## Levels\nThe project has different levels (chapters) each focusing on a particular area. You can switch to different levels by,\n```\n./level_up\n```\n\nYou can start over again from\n```\n./restart\n```\n\n\n## Setup instructions\n\n### Java 11\nYou will need java to work with this workshop content.\n\nFirst check if you have Java 11. You can do this by running the following command:\n`java -version`\n\nIf Java is not installed please register at this link and download it for free from the following link.\nhttps://www.oracle.com/technetwork/java/javase/downloads/jdk11-downloads-5066655.html\n\nYou can verify that java has been installed properly by running the following command\n`java -version`\n\nWe have not tested this project with Java versions other than Java 11 hence it is highly recommended\nthat you have this one installed\n\n### Leiningen\nFollow Leiningen setup instructions mentioned here: https://leiningen.org/\n\nFire up a REPL by running the following command `lein repl`. This should give you a repl\nprompt. Enter `(+ 1 2)` and press enter. You should get back `3` as the result.\n\nAdditionally run `lein --version` to ensure that the correct version of lein has been installed.\n\nThis project is tested with Leiningen 2.9.1. It is highly recommended that you use the same version.\n\n**WARNING** This project will break with Leiningen 3.0.0 or higher\n\n### Intellij\n\nYou can download Intellij by following the instructions here: https://www.jetbrains.com/idea/download/index.html\n\nYou are free to use the editor of your choice as long as you can do the following with it:\n\n* Jump to definition for Clojure or Java sources\n* Start or connect to a REPL\n* Structural editing with paredit / parinfer\n\n\nWe will be using Intellij + Cursive for this workshop hence it is highly recommended that you have it installed. For Intellij,\nwe recommend version 2019.3.2 or later.\n\n\n### Cursive\n\nYou can get started with Cursive by following the instructions here: https://cursive-ide.com/userguide/\n\n\n### Postman\nYou can download Postman by following the instructions here: https://www.postman.com/downloads/\n\nThe recommended version of Postman is 7.17 or later\n\n\n# Credits\n  - [Joel Victor](https://github.com/joel-victor) 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 2020.\n  - [Ravindra Jaju](https://github.com/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.\n  - All the workshop participants, and the many Clojurists who generously donated their time to make it successful.\n  - [inclojure-org](https://github.com/inclojure-org) for being the umbrella under which this work happened.\n\n## Copyright and License\n\nCopyright © 2017-2018 [IN/Clojure](http://inclojure.org/).\n\nDistributed under the [MIT license](https://github.com/inclojure-org/clojure-by-example/blob/master/LICENSE).\n","funding_links":[],"categories":["Clojure"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finclojure-org%2Fintermediate-clojure-workshop","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finclojure-org%2Fintermediate-clojure-workshop","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finclojure-org%2Fintermediate-clojure-workshop/lists"}