BBittuinkrabs.hashnode.dev·Dec 24, 2022 · 3 min readConvert your Julia Project into an ExecutableIf you want your Julia project to work as an executable, it is now possible with the exe.jl package. Using this package, you can easily convert any Julia project into an executable file. NOTE: You will need to organize your Julia code according to s...00
BBittuinkrabs.hashnode.dev·Oct 25, 2022 · 3 min readRust 🦀Introduction Rust is a multi-paradigm and general-purpose programming language. Rust emphasizes performance, type safety, and concurrency. It was designed by Graydon Hoare while working at Mozilla Research in 2006. It is licensed under MIT and Apach...01I