Comment on Elixir v0.5.0 releasedparentComments−nivertech14yI think departing from OOP is good, but I would like to have CLU-style ADT (Abstract Data Types) which is a good fit for Erlang's FP side.−rlander14yI'm not very familiar with CLU, but isn't that what Elixir's protocols are for (separate the interface from the representation)?
Comments
I think departing from OOP is good, but I would like to have CLU-style ADT (Abstract Data Types) which is a good fit for Erlang's FP side.
I'm not very familiar with CLU, but isn't that what Elixir's protocols are for (separate the interface from the representation)?