Statically Compiled Julia for Library Development (at PyData Global 2024)
@jeff.bezanson
Jeff Bezanson gave a talk about static compilation of Julia for library development at PyData Global 2024 in December.
Jeff provides a small demonstration of the upcoming juliac
compiler about creating a library that is callable from C and Python.
He also discusses the nuances of trimming and compile time errors.
Jeff then continues to discuss why Julia may appeal to C++ programmers. Analogous feature’s to C++ templates and methods are covered.
Static analysis tools such as semgrep, JET.jl, and AllocCheck.jl are briefly mentioned.