Hacker News new | ask | show | jobs
by coding123 3191 days ago
Can someone with an idea about this post other languages that actually attempt to modulerize it's own API? I'm not aware of any.
1 comments

Elixir is an application that runs on the Erlang VM. Libraries can be brought in and started as their own applications, with their own lifecycles. I'm not privy enough in the specifics of the Rust way of things, but it sounds like this is sort of similar if you squint a little bit?

Observer screenshot from a blank IEx session: https://puu.sh/xI3re/3701a0c64e.png