Completed
Erlang tutorial: Strings, string formatting and string module
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Erlang Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Gettings started with Erlang
- 2 Erlang processes
- 3 Erlang tutorial: integers, floats, atoms and variables
- 4 Tuples in Erlang
- 5 Erlang lists
- 6 Erlang tutorial: Strings, string formatting and string module
- 7 Erlang Tutorial: Functions and Modules
- 8 Erlang Tutorial: Recursion
- 9 Erlang tutorial: funs (anonymous functions)
- 10 Erlang tutorial: Having funs with Erlang
- 11 Erlang Tutorial: custom control abstractions
- 12 Erlang Tutorial: Lists Comprehensions
- 13 Erlang tutorial: BIFs or Build-in Functions
- 14 Erlang tutorial: Guards and Guard Sequences
- 15 Erlang tutorial: case expression
- 16 Erlang tutorial: If Expression
- 17 Erlang Tutorial: Records
- 18 Erlang Tutorial: Maps
- 19 Erlang tutorial: practical example of using maps and processes
- 20 Erlang tutorial: Erdis, simple key-value database in Erlang
- 21 Erlang Tutorial: Conway's Game of Life
- 22 Erlang tutorial: Error handling
- 23 Erlang tutorial: Dynamic Code Loading
- 24 Palindrome in Erlang