JuliaCon 2019 Videos
youtube.com
JuliaCon 2019 Videos
1–10 of 26 posts
Re: JuliaCon 2019 Videos
#2Re: JuliaCon 2019 Videos
#3Steven G. Johnson’s keynote address. It’s longer format but really interesting, informative, entertaining and well delivered. The main topic is metaprogramming. https://youtu.be/mSgXWpvQEHE
Stefan Karpinski’s talk on the unreasonable effectiveness of multiple dispatch. He discusses the fact that Julia has such dramatic code re-use and sharing between libraries and he discusses some reasons why he thinks multiple dispatch is uniquely able to offer this. https://youtu.be/kc9HwsxE1OY
Re: JuliaCon 2019 Videos
#4Re: JuliaCon 2019 Videos
#5Re: JuliaCon 2019 Videos
#6Julia: come for the syntax, stay for the speed https://www.nature.com/articles/d41586-019-02310-3
Re: JuliaCon 2019 Videos
#7Julia: come for the syntax, stay for the speed https://www.nature.com/articles/d41586-019-02310-3
I came for the speed, and I left because of the speed. It's impressive how the interpreter is slow to start..
Re: JuliaCon 2019 Videos
#8[1] https://bugs.documentfoundation.org/show_bug.cgi?id=125728
Re: JuliaCon 2019 Videos
#9Earlier quoted context omitted.
I came for the speed, and I left because of the speed. It's impressive how the interpreter is slow to start..
That's mostly because Julia doesn't have yet an interpreter (outside of the debugger), only a JIT compiler. Thankfully the "time to first plot" is the new priority for the compiler team since the multithreading is already working.
Re: JuliaCon 2019 Videos
#10Earlier quoted context omitted.
I came for the speed, and I left because of the speed. It's impressive how the interpreter is slow to start..
That's mostly because Julia doesn't have yet an interpreter (outside of the debugger), only a JIT compiler. Thankfully the "time to first plot" is the new priority for the compiler team since the multithreading is already working.