Writing hello world in 1 minute | Programming in haskell

preview_player
Показать описание
#haskell #programming #art #passion
#technology #science #functionalprogramming #python #java #rust #science #computer #computerscience #laptop #pascal #javascript #helloworld
Рекомендации по теме
Комментарии
Автор

Actually, you don't even need a 'do block' here. A 'do block' is used in order to chain multiple operations in a monadic context. The monadic context of the main function is IO, and the function putStrLn returns an 'IO ( )', so there is no need to 'unpack' values from it.

noamprag
Автор

first episode:- you can't anymore a = 2; a=3 (mutation)
secnond :- map filter -- reduce
third :- recursion (map, filter from scratch)

vamshi
welcome to shbcf.ru