Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pditommaso/groovy-jet-aot
Groovy sandbox for AOT native compilation
https://github.com/pditommaso/groovy-jet-aot
Last synced: 21 days ago
JSON representation
Groovy sandbox for AOT native compilation
- Host: GitHub
- URL: https://github.com/pditommaso/groovy-jet-aot
- Owner: pditommaso
- License: apache-2.0
- Created: 2017-05-20T09:52:27.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-05-20T10:01:23.000Z (over 7 years ago)
- Last Synced: 2024-10-15T09:56:14.057Z (2 months ago)
- Language: Groovy
- Size: 131 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Groovy JET AOT
===============Proof of concept of Groovy AOT compilation with [Excelsior JET](https://www.excelsiorjet.com/).
Getting started
---------------1. Download and install [Excelsior JET](https://www.excelsiorjet.com/),
then add compiler `bin/` folder to your `$PATH` variable.2. Clone this repository:
```
git clone https://github.com/pditommaso/groovy-jet-aot.git && cd groovy-jet-aot
```
3. Compile the project with the following command:```
./gradlew jetBuild
```4. Run it
```
./build/jet/app/hello Hello world
```