Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/practicalli/exercism-clojure-guides

Design journal and solutions to the Exercism Clojure track
https://github.com/practicalli/exercism-clojure-guides

Last synced: about 2 months ago
JSON representation

Design journal and solutions to the Exercism Clojure track

Awesome Lists containing this project

README

        

# Exercism - Challenges in Clojure

Exercism is a website providing mentorship and code challenges as a means to help anyone learn how to write code. There are 50 different language tracks available.

The [practicalli/exercism-clojure-guides repository](https://github.com/practicalli/exercism-clojure-guides) provide a design journal and submitted solutions to the challenges from the [Exercism Clojure Track](https://exercism.io/my/tracks/clojure).

## Using this guide
Fork the [practicalli/exercism-clojure-guides repository](https://github.com/practicalli/exercism-clojure-guides) if you wish to add your own changes to the solutions, or clone the project to your computer.

Projects are defined in each top level directory, with a simple `deps.edn` file added so projects can also be run with Clojure CLI tools as well as Leiningen.

Open the project in your favorite Clojure aware editor and start a REPL, or run a terminal REPL.

Evaluate the code and experiment.

## Copywrite / License

Creative Commons License
practicalli/exercism-clojure-guides by Practicalli is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.
Based on a work at https://github.com/practicalli/exercism-clojure-guides.
Permissions beyond the scope of this license may be available at https://practicalli.github.io/#contact.