Completed
Resource Management
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Nim Nuggets - Systems Programming & Metaprogramming Magic
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Nim
- 3 Why Nim
- 4 Static introspection
- 5 Interop
- 6 C
- 7 Web Server Example
- 8 Manual Memory Management
- 9 You Can Do It
- 10 Uniform Function Call Syntax
- 11 Functions
- 12 Data Exploration
- 13 Static introspection
- 14 Compile time
- 15 Type calculation
- 16 Fizzbuzz
- 17 Migration
- 18 Migration Story
- 19 Why Care
- 20 Embrace the boilerplate
- 21 Good first issues
- 22 Demo
- 23 Takeaway
- 24 Static Resource Management
- 25 Destructor Injection
- 26 Linear Types
- 27 Getting Out of the Users Way
- 28 Disable Copying
- 29 Resource Management
- 30 C Interrupt
- 31 Low Risk Gamble
- 32 Wrap Up