enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Elixir (programming language) - Wikipedia

    en.wikipedia.org/wiki/Elixir_(programming_language)

    Code execution at compile time. The Elixir compiler also runs on the BEAM, so modules that are being compiled can immediately run code which has already been compiled. Polymorphism via a mechanism called protocols. Dynamic dispatch, as in Clojure, however, without multiple dispatch because Elixir protocols dispatch on a single type.