A Tour of the Julia Programming Language

3,706
0
2021-04-23に共有
What is the big deal about Julia? This is a recording of the same talk I had at ACCU 2021, which aims at showcasing Julia. What is it about. How does Julia get such high performance despite being a dynamically typed language? I will take you through things like cache usage. How Just in Time compilation works in Julia, and the details of how multiple dispatch works.

コメント (7)
  • Thanks very much for making this nice video.
  • I think the most misunderstood and underrated part of Julia is multiple dispatch. Its misunderstood because if you google the definition of multiple dispatch you just get an academic sounding description of function overloading. Its underrated because people dont realize that multiple dispatch gives Julia much more polymorphic type power than any OO system can. I recommend watching Stephan Karpinski's video on it: https://www.youtube.com/watch?v=kc9HwsxE1OY
  • @Ptr-NG
    I like the nice(stylish) Matlab's plotting but if Julia is giving a real alternative, I am on board... thank you
  • @sau002
    Is it as good as C# or Java?