Is it possible to import the entire elixir core language to erlang?

Example, using rebar_mix I can use the elixir Map.new by Elixir.ExMap.Map':new(). exmap
but in this case I built the small lib which wrap the Map.new.
so how can I use elixir inside erlang (code) without wrap it in a lib? I also tried set ERL_LIBS, doesn’t work.

Related topic:

2 Likes