https://github.com/yogthos/cli-test
CLI example using GraalVM
https://github.com/yogthos/cli-test
Last synced: 11 months ago
JSON representation
CLI example using GraalVM
- Host: GitHub
- URL: https://github.com/yogthos/cli-test
- Owner: yogthos
- Created: 2019-06-25T13:13:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-25T13:18:47.000Z (over 6 years ago)
- Last Synced: 2024-10-29T08:21:36.396Z (about 1 year ago)
- Language: Clojure
- Size: 1000 Bytes
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cli-test
An example Clojure CLI tool using GraalVM based on http://markwoodhall.com/26-06-2014-command-line-applications-in-clojure/
prerequisites:
* [JDK](https://openjdk.java.net/)
* [GraalVM](https://github.com/oracle/graal)
* [Leiningen](https://leiningen.org/)
Compiling with GraalVM:
lein native-image
running
target/app stop -p 4000