Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native binary compilation with GraalVM #92

Open
pilosus opened this issue Sep 5, 2021 · 0 comments
Open

Native binary compilation with GraalVM #92

pilosus opened this issue Sep 5, 2021 · 0 comments
Labels
enhancement New feature or request low priority

Comments

@pilosus
Copy link
Owner

pilosus commented Sep 5, 2021

Being a JVM-based language, Clojure has a notoriously slow startup time. It is bad for the command-line tool.

One way to solve it is to compile the code to a native binary using GraalVM.
The naive approach to compile a native binary ended up with nothing because of reflection problems.

Some research is needed. These docs may help:
https://github.com/lread/clj-graal-docs

@pilosus pilosus added enhancement New feature or request low priority labels Sep 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request low priority
Projects
None yet
Development

No branches or pull requests

1 participant