Nine Minutes of Elixir Brought To You By bobanddougmckenzie.com

Home » Posts » Nine Minutes of Elixir Brought To You By bobanddougmckenzie.com

Nine Minutes of Elixir

Stream the clip “Nine Minutes of Elixir” including our collection of other similar movies presenting the famed TV show characters of Doug and Bob.


more info

There is no way you can demonstrate the richness of Elixir in a short screencast, but Dave Thomas hopes this video will give you a taste of the functional programming paradigms, and the simple but powerful way elixir supports concurrent programming. There’s a companion 30 minute screencast with a lot more detail.

Other Videos Related to Nine Minutes of Elixir

[random_line] – [random_line] – [random_line] – [random_line] – [random_line] – [random_line] – [random_line] – [random_line]

Popular Search Terms For This Page

– bob and doug mckenzie christmas
– bob and doug mckenzie 12 days of christmas karaoke
– bob and doug mckenzie brother bear
– bob and doug mckenzie don’t kill bugs
– bob and doug mckenzie geddy lee
– 12 days of christmas by bob and doug mckenzie
– actors
– beer tax
– guy lafleur
– david letterman
– thanksgiving

source
dave thomas elixir programming,elixir,concurrency,software #Minutes #Elixir

13 comments

  1. (CompileError) temp.ex:7: undefined function <-/2, the code is not working. My guess is also like Imran below that the parent <- {x, y, z} is deprecated?

    Is there more official tutorials that are update? I like the way it's handling concurrent computations. But to solve web problems I would now still turn back to RoR and math problems to Python and Matlab. Since there are simply way more resources to rely on.

  2. Really, it's suspect because it comes from a Ruby/Rails guy? Ruby/Rails guys are software craftsman as much as anyone else, especially someone like Jose.

  3. I like the very last section "Why should you care" in which Dave explains the reasons why people should learn and apply functional programming languages (for me it'd be Clojure or Scala) to problems that are use cases for the paradigm, mainly developing multithreaded applications. I'm not yet convinced to give Elixir a try.

  4. Jônatas, the data sample is too small. It is unlikely you will see any performance difference for such small sample and such small operations. Now, consider that your list contains many URLs and you want to access those URLs and retrieve their HTML title. You are going to see a huge performance difference, because all the pages will be accessed and processed concurrently.

Leave a Reply

Your email address will not be published. Required fields are marked *