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

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

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