Timothy Baldridge - Core.Async

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

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

  • @eslachance
    @eslachance 8 лет назад +7

    You know, I'm watching this in 2016, and I'm watching it again... and I've watched it 3 times already. Because this is honestly one of the most amazing videos I've seen touching a subject that I would have previously found out of my reach. Right now Timothy, half of what you say in this video gives me shivers of nerdy joy and the other half makes my eyes open wide to the possibilities. And all you've shown in a *single* part of clojure.
    I've just begun really getting to clojure and I must say: damn this is going to be an awesome year for me. Part of it thanks to this very inspiring (and entertaining!) presentation. 👍👍👍

  • @LambdaIsland
    @LambdaIsland 6 лет назад +3

    Code shown in the video is here: github.com/halgari/clojure-conj-2013-core.async-examples/blob/master/src/clojure_conj_talk/core.clj

  • @wadichemkhi
    @wadichemkhi 8 лет назад +1

    Great talk

  • @leodash_
    @leodash_ 6 лет назад

    I'm glad I watched this video. Brave Clojure didn't even mention about `mult` and `pub sub`.

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

    Amazing talk, finally feel like I'm starting to get my head around core.async. Regarding the second to last question: I guess a nice way of doing it would be to exchange 'doall' with 'merge', giving you a single channel that you can read off of ten times?

  • @brnvcc83
    @brnvcc83 11 лет назад +3

    Anyone know if the code has been uploaded to Github yet? I'd like to play with some of these examples.

    • @halgari
      @halgari 11 лет назад +6

      Code is available here: github.com/halgari/clojure-conj-2013-core.async-examples

    • @brnvcc83
      @brnvcc83 11 лет назад

      Timothy Baldridge thanks!

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

      Timothy Baldridge Thanks, great presentation, and the code samples are great to work through - nicely illustrates each concept