Keynote: 30 Years On and In the Beam: Mastering Concurrency - Erik Stenman | Code BEAM America 2024

Поділитися
Вставка
  • Опубліковано 23 січ 2025

КОМЕНТАРІ • 6

  • @laymer7
    @laymer7 10 місяців тому +3

    What an amazing talk ! Thank you ! And what an eloquent way of illustrating Joe Armstrong's quotes :)

    • @ErikStenman
      @ErikStenman 10 місяців тому +2

      Thank you!

    • @trueyolu1906
      @trueyolu1906 9 місяців тому

      yeah, I just want to write the same and found ur comment.

  • @sebas42etgtyht
    @sebas42etgtyht 7 місяців тому

    The audio cuts off at minute 22:31 , "we cant really talk about process themselves we......" ( Please what was missing phrase ?)

    • @happihacking
      @happihacking 3 місяці тому +1

      Processes aren't first-class objects in the language, so we can't talk about processes themselves but only about process identifiers, which are first-class objects. We can create a process with spawn, but we're spawning code. We typically focus on the code in a programming language and divide it into functions, modules, and applications. Still, these abstractions are orthogonal to the processes' abstraction. When we create a module with a gen-server behavior, it makes it easy to think that this module is the gen-server process, but in reality, the module is just some code that the process will execute. Other processes will even execute some of the callback code in the module.

  • @elixirfun
    @elixirfun 9 місяців тому

    Awesome!