Comment on Show HN: I wrote a new BitTorrent tracker in ElixirparentComments−Zarathu1yOut of curiosity, what would an "OTP-first" design look like?ETS is built into OTP, so how is using ETS not "OTP-first"? What's wrong with using ETS? It's just an in-memory store.I looked through the code and didn't find it to be anywhere close to procedural in style.
Comments
Out of curiosity, what would an "OTP-first" design look like?
ETS is built into OTP, so how is using ETS not "OTP-first"? What's wrong with using ETS? It's just an in-memory store.
I looked through the code and didn't find it to be anywhere close to procedural in style.