Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pjagielski/clj-from-java-sample
Embedding Clojure sources into Java codebase
https://github.com/pjagielski/clj-from-java-sample
Last synced: 2 days ago
JSON representation
Embedding Clojure sources into Java codebase
- Host: GitHub
- URL: https://github.com/pjagielski/clj-from-java-sample
- Owner: pjagielski
- License: apache-2.0
- Created: 2015-02-08T21:35:06.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-15T20:38:22.000Z (over 9 years ago)
- Last Synced: 2024-04-16T11:11:20.998Z (7 months ago)
- Language: Java
- Size: 199 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clj-from-java-sample
Embedding Clojure sources into Java codebase with [Gradle](http://gradle.org) and [clojuresque](https://github.com/clojuresque/clojuresque).![https://img.shields.io/circleci/project/pjagielski/clj-from-java-sample.svg?style=flat](https://img.shields.io/circleci/project/pjagielski/clj-from-java-sample.svg?style=flat)
Highly inspired by
- http://www.conj.io/store/v0/org.clojure/clojure/1.7.0-alpha4/clj/clojure.core/gen-class/
- https://github.com/Netflix/PigPen