Julia Community 🟣

Discussion on: 5 important talks you might have missed at JuliaCon 2022

Collapse
 
notegrab profile image
notegrab

Great post, for a great Julia2022 con!

"One of the ones that sticks out to me was the idea that Julia needs to be able to support small executable files that can run on any operating system"
Couldn't stress that too much!

Maybe that's a bit idealistic, but Im dreaming of a workflow consisting in:

  • Doing REPL-based interactive package development
  • + static compilation that "prunes" the set of functions to be placed on a .so file, based on what's already compiled in the sysimage OR based on a set of unit tests.

Understandably, this would require a lot of hard work deep done into the Julia "core", but this would help so much in spreading its use ...