Completed
Language design not principles
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Meson - Compiling the World with Python
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 The Meson bulld definition
- 3 Design goals in a nutshell
- 4 Language design not principles
- 5 Language design principles
- 6 Helloworld comparison
- 7 Compile time improvements
- 8 Builtin support for
- 9 Unit testing framework
- 10 More cross compilation goodness
- 11 Dependency provider
- 12 Dependency demo
- 13 Performance numbers
- 14 Build definition size
- 15 Subprojectable Python
- 16 In conclusion