boot-clj / boot

Build tooling for Clojure.
https://boot-clj.github.io/
Eclipse Public License 1.0
1.75k stars 179 forks source link

Swap loader shim #725

Open burn2delete opened 5 years ago

burn2delete commented 5 years ago

Currently boot is started with boot-bin which acts as a shim to fetch the main boot jar, then loads the jar.

This shim will be replaced by boot-native, boot native is a refactored version of boot-bin designed to simplify the startup process and prepare for native-image compilation in boot V4.