logoalt Hacker News

lpil10/12/20241 replyview on HN

Gleam also uses that same compiler tooling, though it does not embed the line information presently.


Replies

josevalim10/12/2024

Yes, it all goes through the same pipe, but we enter the pipe through different places, which leads to different outcomes. You get different limitations and results depending if your input is Erlang source (Gleam), Erlang AST (Elixir), or Core Erlang AST (which is what LFE used in the past but I am not sure if it is still the case).

show 1 reply