Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
nox_
on July 10, 2014
|
parent
|
context
|
favorite
| on:
How I Start: Elixir
> - Elixir compiles directly to Erlang byte code
No, it compiles to Erlang. Which is then compiled by the Erlang compiler.
rubiquity
on July 10, 2014
[–]
I guess I'm misinformed on this. The output of compiling Elixir files are .beam files, not .erl files. Maybe the Elixir compiler compiles to Erlang along the way?
nox_
on July 10, 2014
|
parent
[–]
Elixir's compiler emits Erlang forms, and then relies on OTP's Erlang's compiler. It is not a direct process.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
No, it compiles to Erlang. Which is then compiled by the Erlang compiler.