Hacker News new | ask | show | jobs
by plumeria 1150 days ago
> Building a KV store into the language is kind of nuts.

Isn't it part of the standard library rather than the language? Anyways, Erlang has mnesia [0] and ETS [1]. ETS is practically a KV store, which can also be persisted to disk.

[0] https://www.erlang.org/doc/man/mnesia.html [1] https://www.erlang.org/doc/man/ets.html