Hacker News new | ask | show | jobs
by nivertech 5132 days ago
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.
1 comments

I'm not very familiar with CLU, but isn't that what Elixir's protocols are for (separate the interface from the representation)?