JuliaLang: The Ingredients for a Composable Programming Language
white.ucc.asn.au
JuliaLang: The Ingredients for a Composable Programming Language
1–10 of 228 posts
Re: JuliaLang: The Ingredients for a Composable Programming Language
#2[2] https://github.com/BioJulia
[3] https://github.com/BioJulia
Re: JuliaLang: The Ingredients for a Composable Programming Language
#3Re: JuliaLang: The Ingredients for a Composable Programming Language
#4Is it possible yet to compile ahead-of-time to a stand-alone binary executable?
Re: JuliaLang: The Ingredients for a Composable Programming Language
#5Is it possible yet to compile ahead-of-time to a stand-alone binary executable?
Re: JuliaLang: The Ingredients for a Composable Programming Language
#6Is it possible yet to compile ahead-of-time to a stand-alone binary executable?
Re: JuliaLang: The Ingredients for a Composable Programming Language
#7Re: JuliaLang: The Ingredients for a Composable Programming Language
#8Is it possible yet to compile ahead-of-time to a stand-alone binary executable?
PackageCompilerX replaced PackageCompiler (and there's a PR open that will pull all the X work in soon).
The binaries produced bundle the whole Julia sysimage by default and they're quite big, but they are quite fast!
A more traditional static compilation approach is being tried with StaticCompiler.jl by tshort, but it's in early development.
Re: JuliaLang: The Ingredients for a Composable Programming Language
#9Re: JuliaLang: The Ingredients for a Composable Programming Language
#10I wouldn’t use Julia for a non-scientific computing app as I don’t think it’s suitable, but for anything data science related, it’s great! And with the Python interop, I don’t really think there’s any reason not to use Julia for your next data science project. I suspect that over the next 5 years Python will no longer be used for these applications at all.