JuliaTeachingCTU / Scientific-Programming-in-Julia

Repository for B0M36SPJ
https://juliateachingctu.github.io/Scientific-Programming-in-Julia/dev/
MIT License
76 stars 12 forks source link

Lecture 2 #94

Open pevnak opened 1 year ago

pevnak commented 1 year ago

I really like the exposition of type in https://www.youtube.com/watch?v=osdeT-tWjzk where Jeff explains how dynamic languages has to keep tag for each variable, whereas static languages does not have to. It might be a good introduction to the type system of julia.