Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: 5 days ago
JSON representation

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)