logoalt Hacker News

Joel_Mckaytoday at 8:52 AM1 replyview on HN

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


Replies

ForceBrutoday at 10:34 AM

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.

show 1 reply