https://github.com/bobbicodes/ctrain
Clojure Training App - Do 4clojure problems from the terminal
https://github.com/bobbicodes/ctrain
Last synced: about 1 year ago
JSON representation
Clojure Training App - Do 4clojure problems from the terminal
- Host: GitHub
- URL: https://github.com/bobbicodes/ctrain
- Owner: bobbicodes
- License: epl-1.0
- Created: 2017-12-18T04:58:33.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2020-03-07T09:07:03.000Z (over 6 years ago)
- Last Synced: 2025-01-31T06:44:33.371Z (over 1 year ago)
- Language: Clojure
- Homepage:
- Size: 3.25 MB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctrain
Learn Clojure right from the command-line, from within a running Clojure program. Even do it over ssh!
## Usage
1. Install [Clojure](https://clojure.org/guides/getting_started) if needed.
2. Clone this repo and type `clj -m ctrain.core` while in the ctrain directory.
When you get a problem right it saves your progress and stores your answers on disk.