Access a growing library of JuliaHub webinars for free

New Ways to Compile Julia: Innovations | JuliaHub

Written by JuliaHub | Sep 5, 2024

Join Dr. Jeff Bezanson, co-creator of the Julia programming language and co-founder of JuliaHub, and Gabriel Baraldi for an insightful webinar on "New Ways to Compile Julia." This session will introduce advancements in ahead-of-time (AOT) compilation for Julia programs. We will showcase two significant developments that make it easier to deploy Julia code:

Introducing 'juliac': Learn how the new compiler driver, 'juliac' provides a more traditional, gcc-like command-line interface for compiling Julia programs. Trimming: Binaries can now be "trimmed" to remove unused code, greatly reducing deployment footprint.

Find out how these innovations can improve your Julia development experience and produce more efficient binaries.