Hacker News new | ask | show | jobs
by Joel_Mckay 564 days ago
One may easily compile a standalone Julia program binary (or embed it into C/C++).

Keep in mind the overhead of a 124MiB static linked library into your program may take a bit to load.

I have a rough script that auto builds such projects, but it is nowhere near ready to inflict on a stranger yet. =3

1 comments

v1.12 already has merged binary trimming, so we have cases with a full ODE solver that's not 10's of MiB (mostly linear algebra BLAS stuff left), and hello world is 900kB. See https://info.juliahub.com/blog/new-ways-to-compile-julia-blo.... It should release in like 6 months.
Nice, that should help with the nonsense relative-performance-test people run that pans Julia due to the load-times. I suspect it scared away a few potential users evaluating the utility of the language.

Seasons greetings, and happy coding =3