David Nolen - The Functional Final Frontier

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025
  • НаукаНаука

Комментарии • 11

  • @jmgimeno
    @jmgimeno 10 лет назад +14

    David always blows my mind. Too many things to understand and explore.

  • @thomas.moerman
    @thomas.moerman 10 лет назад +23

    This guy never fails to amaze me. Beautiful insights.

  • @ameliemedem1918
    @ameliemedem1918 8 лет назад +2

    There is something I did not understand in the presentation, if anybody can help ? How does he go from Functional Programming with FRP, Rx(Can't address rendering) and CSP(Can't address rendering) to Persistent data structures as the solution to build user interfaces ? Thanks a lot for your answers.

    • @nathansire6951
      @nathansire6951 5 лет назад +1

      Pure Functional languages don't allow you to change a variable. You have to create a new variable. React reacts to the new variable by updating a tiny part of the DOM

  • @ericanderson3879
    @ericanderson3879 10 лет назад

    did Sean Grove and zenrise presentation get recorded at clojure west? it is mentioned at 24:00 of this video.

  • @rickdeckard1075
    @rickdeckard1075 9 лет назад +4

    and ppl laughed when i wanted to use Erlang for GUIs...

  • @yyhhorg
    @yyhhorg 10 лет назад +2

    awesome

  • @EmilNicolaiePerhinschi
    @EmilNicolaiePerhinschi 9 лет назад +1

    lost me at "javascript was written for non-experts" ... yeah, a fully fledged functional language with algolish syntax is "for non-experts" ...

    • @davidhanley
      @davidhanley 8 лет назад +4

      +Emil Nicolaie Perhinschi What you said doesn't contradict what he said, but you seem to think it does.

    • @nathansire6951
      @nathansire6951 5 лет назад

      Functions are first class in JS. But that is only 1 piece that makes a language purely functional.