Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jfacorro/clojure-101
Clojure 101
https://github.com/jfacorro/clojure-101
Last synced: 20 days ago
JSON representation
Clojure 101
- Host: GitHub
- URL: https://github.com/jfacorro/clojure-101
- Owner: jfacorro
- License: epl-1.0
- Created: 2014-12-05T17:14:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-05T21:27:19.000Z (about 10 years ago)
- Last Synced: 2024-11-18T09:42:53.560Z (3 months ago)
- Language: Clojure
- Size: 262 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Clojure 101
===========This is the presentation done at Inaka as part of its friday's talks.
The presentation was built as a [Gorilla REPL][gorilla] worksheet.## Usage
You can load the worsheet in the online viewer using the following link:
[Clojure 101][online].To be able to edit the worksheet you need to run it locally. First install
[leiningen][lein] (see the instructions below) and then run `lein gorilla`. This will
print some messages to the console and then show a local url where a Gorilla
REPL will be running.Gorilla-REPL: 0.3.3
Started nREPL server on port 54618
Running at http://localhost:54620/worksheet.html .
Ctrl+C to exit.Open that url in your browser, press CTRL+G
CTRL+L and select the file `clojure_101.clj`.## Installing Leiningen
### OS X / Linux
Run the following from the command line:
curl https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein > lein
chmod +x lein
mv lein /usr/local/bin
lein upgrade### Windows
Download [this script][lein-bat], put it in your path and your done.
### Interesting Projects & Resources
- [NightMod](https://nightmod.net/) - IDE for Games
- [4Clojure](http://www.4clojure.com/) - Solve little Clojure problems. Really useful for learning.
- [TryClojure](http://www.tryclj.com/) - Run Clojure code online.[gorilla]: http://gorilla-repl.org/index.html
[online]: http://viewer.gorilla-repl.org/view.html?source=github&user=jfacorro&repo=clojure-101&path=clojure_101.clj
[lein-bat]: https://raw.githubusercontent.com/technomancy/leiningen/stable/bin/lein.bat
[lein]: https://github.com/technomancy/leiningen/