#elixir #polymorphism #protocol #behaviour #functional_programming
Sharing base functionality in elixir
https://medium.com/rekki-engineering/sharing-base-functionality-in-elixir-8d28e9d0619
Sharing base functionality in elixir
https://medium.com/rekki-engineering/sharing-base-functionality-in-elixir-8d28e9d0619
Medium
Sharing Base Functionality in Elixir
Elixir has tools built-in to the language to implement polymorphism, which is the idea that something (function / module) can have…
#elixir #parsing #messagepack #erlang #protocol
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Building beautiful binary parsers in elixir
https://medium.com/@hansonkd/building-beautiful-binary-parsers-in-elixir-1bd7f865bf17
Medium
Visual Programming with Elixir: Learning to Write Binary Parsers
Visualize binary protocols by building parsers in Elixir.
#elixir #python #machine_learning #phoenix_framework #protocol_buffers
Protocol buffers to pass data between elixir/phoenix and python
https://itnext.io/protocol-buffers-to-pass-data-between-elixir-phoenix-and-python-89191abe84e1
Protocol buffers to pass data between elixir/phoenix and python
https://itnext.io/protocol-buffers-to-pass-data-between-elixir-phoenix-and-python-89191abe84e1
Medium
Protocol Buffers To Pass Data Between Elixir/Phoenix And Python
This article is an extension to my previous article titled — “Using Python Trained Machine Learning Models from Phoenix (Elixir)…
#erlang #elixir #protocol #behaviour
Protocols vs. Behaviours in Elixir: Additional Thoughts
https://dev.to/savonarola/protocols-vs-behaviours-in-elixir-additional-thoughts-56l
Protocols vs. Behaviours in Elixir: Additional Thoughts
https://dev.to/savonarola/protocols-vs-behaviours-in-elixir-additional-thoughts-56l
DEV Community
Protocols vs. Behaviours in Elixir: Additional Thoughts
Initial Thoughts Recently I have read a fantastic article by Yiming Chen about Protocols...