Remix.run Logo
Joel_Mckay 3 hours ago

Julia collapses entire programming paradigms into single character syntax, and often will transparently handle clean parallelism or cluster instance batching.

https://docs.julialang.org/en/v1/manual/mathematical-operati...

Go is similar in many ways, but takes a performance hit in areas like Garbage collection.

The Julia community is great, and performance projects may also be compiled into a binary image. =3

ForceBru an hour ago | parent [-]

Judging by Julia's Discourse, compiling actual production Julia code into a standalone binary is highly nontrivial and ordinary users don't really know how and why to do this.

Joel_Mckay an hour ago | parent [-]

Example should still work:

https://julialang.github.io/PackageCompiler.jl/dev/devdocs/b...

They greatly improved the generated binary file size last year. ymmv with "--trim=unsafe-warn" =3