words, it is type safe. It also has a feature called type inference. ・a popular language for holidays ・also said to be "Real programmers use Haskell" These are rumors. (By the way, the latter is one of the Haskell books.
has only functions Processes are realized by combining functions. Instructions are not written line by line. ・usually side-effect free Side effects refer to features that change the logical state of the computer. So it has referential transparency.
values are immutable For convenience we call them “values”, but you can see constant functions that always return the same value. So this is also a function.
values are immutable For convenience we call them “values”, but you can see constant functions that always return the same value. So this is also a function. a = 10
values are immutable For convenience we call them “values”, but you can see constant functions that always return the same value. So this is also a function. a = 10 <- not “assign”, call “bind”
values are immutable For convenience we call them “values”, but you can see constant functions that always return the same value. So this is also a function. a = 10 <- not “assign”, call “bind” ・not have “for” and “while” Loops are implemented with recursive calls.