Completed
Special Result Type
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Write Your Own Domain Specific Language with F#
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About me
- 3 Who is familiar with F
- 4 About F
- 5 Why F
- 6 Weird naming
- 7 Too far
- 8 We are programmers
- 9 Writing just plain English
- 10 Writing for nontechnical people
- 11 Float Integer
- 12 Conclusion
- 13 Do we have to speak different languages
- 14 Another programming language
- 15 Model domain with just types
- 16 Discrimination Union
- 17 Pattern Matching
- 18 Card Number
- 19 Record
- 20 Gadget
- 21 OptionType
- 22 Special Result Type
- 23 Validation Error List
- 24 Discrimination Unions
- 25 Functional Programming
- 26 Type Inference
- 27 Partial Application
- 28 Imperative Style
- 29 Safestack
- 30 Limitations