F(by) 2017. Michael Snoyman - What Makes Haskell Unique.

Ғылым және технология

Пікірлер: 14

  • @worldboy9684
    @worldboy96846 жыл бұрын

    Excellent presentation on Haskell pros and cons from a dedicated user and skilled presenter. Highly recommended

  • @sbditto85
    @sbditto856 жыл бұрын

    Slide trouble until 1:28 ish

  • @skepticmoderate5790
    @skepticmoderate57904 жыл бұрын

    I learned a lot that I did not know! Very cool.

  • @0xOrganix
    @0xOrganix6 жыл бұрын

    great presentation, ty

  • @HaskellMadrid
    @HaskellMadrid6 жыл бұрын

    Excellent !!!!

  • @nbob6186
    @nbob61865 жыл бұрын

    Great talk, thanks!

  • @srghma
    @srghma5 жыл бұрын

    Bartosz Milewski was there O_O

  • @alexanderskusnov5119
    @alexanderskusnov51194 жыл бұрын

    Здорово гутарит. Неужели наш человек?

  • @safulkin
    @safulkin4 жыл бұрын

    13:32 sum [1..1000000] (N * N + N) / 2 is formula for sum of all numbers from 0 upto N. Why nobody use it? just ONE multiplication, ONE addition and ONE division by 2. NO loop, NO recursion, NO mutable variable. And, in case You don't know this formula, in Haskell it is just one expressive line of code sum [1..1000000] and ghci answer me 500000500000 32:06 About sum of first million even numbers: all numbers is multiple of 2, lets move 2 out or sum. And this is 2 * sum [1..500000], lets plug this in formula, eliminate multiplication by 2 and division by 2, and result is 500000 * 500000 + 500000 ONE multiplication and ONE addition.

  • @qandak

    @qandak

    4 жыл бұрын

    I think purely (no other logic) summing of a natural sequence is a very rare case in real-life code and generally using for an idiomatic example.

  • @meridjal
    @meridjal3 жыл бұрын

    poor quality video, don't bother.

Келесі