Completed
- programming stacks with forth
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Introduction to Forth Programming Language Tutorial for Beginners
Automatically move to the next video in the Classroom when playback concludes
- 1 - why forth language is important
- 2 - installing gforth
- 3 - getting started with forth programming with gforth
- 4 - introduction to stack machines
- 5 - programming stacks with forth
- 6 - performing arithmetic with forth using postfix
- 7 - stack operations dup, drop, rot, over, nip, swap
- 8 - explaining stack diagrams
- 9 - words or functions with forth
- 10 - comparing bitcoin script to forth
- 11 - 2drop, 2dup, 2swap etc
- 12 - satoshi nakamoto was a forth programmer
- 13 - bitcoin script commands that were disabled
- 14 - comparing forth to assembly by dissecting eforth source code
- 15 - forth extends itself
- 16 - conclusion