I am trying to integrate Elixir compiler in my Erlang rebar3 project https://github.com/beamparticle/beamparticle
The project is an attempt to make BEAM (VM) more approachable by providing an engine with simple semantics to (re)load custom functions (via websocket or disk/network load).
I am not familiar with Elixir much and need some pointers to achieve the same.
Thanks,
Neeraj
--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/226284aa-9248-416b-8b93-90fbd57f3ec4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Beautiful is
better than ugly,
Explicit is better than implicit,
Simple is better than complex,
Complex is better than complicated.
The Zen of Python, by Tim Peters
Thanks,
Neeraj
Thanks,
Neeraj
--
You received this message because you are subscribed to the Google Groups "elixir-lang-core" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elixir-lang-core+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elixir-lang-core/9259d623-345e-4a09-98c2-1718057a7a81%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Thanks for the info,
Neeraj