Learning Haskell: Let's Code a Command Line Tool

preview_player
Показать описание
Thanks for watching! If you enjoyed this video and want to see more videos like it, subscribe. Comment below with any questions you have or suggestions for future content.

Рекомендации по теме
Комментарии
Автор

Monad bindings make all this stuff a million times easier to read and run faster in most cases than do blocks, which are indeed the gateway drug to monads and cofunctors :D

SimGunther
Автор

Do you have your vim dot files available?

mswai
Автор

The problem with this, as an example program, is that it looks like a QBasic program. Read a string, store it in a value. Do something to the string, print that to the screen.

A user who reads about the glory of functional programming and monad burritos is going to wonder why anyone is getting excited about line by line input/out put.

CliffStamp
visit shbcf.ru