This app works best with JavaScript enabled.
Learn ReasonML
a free video tutorial
by
David Kopal
@coding_lawyer
codinglawyer.io
1. Basic data types
Learn ReasonML | 01-Basic data types | 01-Basic types
Learn ReasonML | 01-Basic data types | 02-Let bindings
Learn ReasonML | 01-Basic data types | 03-Conditionals
Learn ReasonML | 01-Basic data types | 04-Functions
Learn ReasonML | 01-Basic data types | 05-Recursions
Learn ReasonML | 01-Basic data types | 06-Operators
2. Basic data structures
Learn ReasonML | 02-Basic data structures | 01-Type annotations
Learn ReasonML | 02-Basic data structures | 02-Tuples
Learn ReasonML | 02-Basic data structures | 03-Records
Learn ReasonML | 02-Basic data structures | 04-Arrays
Learn ReasonML | 02-Basic data structures | 05-Equalities
3. Advanced data structures
Learn ReasonML | 03-Advanced data structures | 01-Variant types
Learn ReasonML | 03-Advanced data structures | 02-Polymorphic variants
Learn ReasonML | 03-Advanced data structures | 03-List
4. Higher-order functions
Learn ReasonML | 04-Higher-order functions | 01-Functional expressions
Learn ReasonML | 04-Higher-order functions | 02-First class functions
Learn ReasonML | 04-Higher-order functions | 03-Partial application
Learn ReasonML | 04-Higher-order functions | 04-Labeled parameters
Learn ReasonML | 04-Higher-order functions | 05-Map
Learn ReasonML | 04-Higher-order functions | 06-Fold
Learn ReasonML | 04-Higher-order functions | 07-Pipe operator
5. Imperative features
Learn ReasonML | 05-Imperative features | 01-Unit
Learn ReasonML | 05-Imperative features | 02-Exceptions
Learn ReasonML | 05-Imperative features | 03-Iterations
Learn ReasonML | 05-Imperative features | 04-Mutations
Learn ReasonML | 05-Imperative features | 05-References