Julia 1.12 Adds Trim Feature
i-programmer.info·1d
Flag this post

Julia 1.12 has been released with a new trim feature, the ability to redefine structs, and the final switch to partitioned semantics.

Julia is the dynamic language for technical computing optimized for running MATLAB and R-style programs. Development began on Julia at MIT in 2009, and it has steadily increased in popularity, recently becoming one of the top six languages for machine learning projects on GitHub.

julialogo1

The new trim option is experimental in this release. It is designed to create smaller binaries by removing code not proven to be reachable from entry points. Developers can mark entry points using the Base.Experimental.entrypoint feature. The Julia developers say that not all code …

Similar Posts

Loading similar posts...