Skip to content

Native binary compilation with GraalVM #92

@pilosus

Description

@pilosus

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions