https://github.com/alvarogarcia7/clojure-for-java-devs
https://github.com/alvarogarcia7/clojure-for-java-devs
clj clojure cross-training introduction java learning learning-by-doing
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alvarogarcia7/clojure-for-java-devs
- Owner: alvarogarcia7
- Created: 2015-08-04T21:11:58.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-04T22:32:47.000Z (over 10 years ago)
- Last Synced: 2025-05-26T16:14:02.825Z (8 months ago)
- Topics: clj, clojure, cross-training, introduction, java, learning, learning-by-doing
- Language: Clojure
- Size: 121 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Clojure for Java developers
--------
How to start this:
```bash
mvn clean clojure:repl
```
you should see the REPL working:
```
user=>
```
## Documentation
The official documentation can be found [here](http://clojure.github.io/clojure/)
This documentation is very easy to browse: [Clojure Docs](https://clojuredocs.org/)
## Acknowledgments
This maven project is possible thanks to this maven project: [talios/clojure-maven-plugin](https://github.com/talios/clojure-maven-plugin)