Hacker News new | ask | show | jobs
by thomasfortes 1423 days ago
From the discord blog posts it seems that elixir powers the chat system, with rust and python as the other two main languages in their stack.

As for whatsapp, they are mainly a erlang shop and yesterday they open sourced a type checker for erlang:

https://github.com/WhatsApp/eqwalizer

1 comments

Since Elixir just compiles into BEAM byte code, like Erlang does, can this type checker be used on Elixir code too?