I
I
Ivan Shmelev2018-12-24 19:22:30
Haskell
Ivan Shmelev, 2018-12-24 19:22:30

What is Haskell used for?

Interesting ways to use the language. Pros, cons and how relevant it is now and in the future.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
L
longclaps, 2018-12-24
@AeroJohnSmith

To search for you, baby .

A
Alexander Skusnov, 2018-12-24
@AlexSku

There are interesting lectures on functional programming by Dmitry Soshnikov (but mostly in F#).
Let's say you see x = 2+3.
We can say: calculate the expression and put the result in cell x.
And a functional programmer will say: you have described (calculation method) function x (that is, you have not commands, but a function definition). From a bunch of definitions, the compiler will try to find a shortened version that will be the solution when substituting data.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question