Hacker News new | ask | show | jobs
by definiv 3452 days ago
Elixir/Erlang is dynamically typed, but also compiled. At least in Elixir you can use .exs files (usually for tests or config) that are interpreted, but any .ex files are compiled.