filmov
tv
Haskell Course - Lesson 14 - Cabal and Language Extensions

Показать описание
Outline:
0:00 - Outline
1:04 - Introduction to Cabal
2:02 - cabal update
3:00 - cabal init
6:09 - Going over the .cabal file
11:48 - cabal build, cabal exec, and cabal run
13:24 - Setting up our game
15:32 - Going over the ForestGame code
18:50 - Add local modules to the Cabal file
22:40 - Adding the "random" package to our project
26:15 - Adding randomness to our game
31:50 - Introduction to Language Extensions
33:29 - Using the NumericUnderscores extension
36:31 - Using the TypeApplications extension
39:49 - Homework explanation