-
Notifications
You must be signed in to change notification settings - Fork 114
Improve Elixir support #150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Those aren't beam-style stdlib things, Elixir makes it's own beam files for those that get included with elixir-made releases and they are just stock normal beam files. By including those you will create a conflict. |
There are some point worth to be mentioned:
For this specific reasons we might need some custom Elixir modules, anyway I would like to discuss how to achieve our goals with an approach that works well with Elixir way of doing things. |
Hello, what is the current status from this roadmap? I'm getting starts with the project using Elixir environment for now I'm just planning my project but I need to know what is the current status to may trying to start to contribute. |
I thnks first thought be knwo feature of erlang roadmap.
Then someone (maybe ask Jose if he is interest in do support work for
eElixir on this eErlang).
Ist idea gut, aber es ist eine grande project, by self.
…On Fri, Mar 19, 2021 at 10:52 AM Victor Ferreira ***@***.***> wrote:
Hello, what is the current status from this roadmap? I'm getting starts
with the project using Elixir environment for now I'm just planning my
project but I need to know what is the current status to may trying to
start to contribute.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#150 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACEIY6CNSXS2QVCFT5P7USDTEN6OLANCNFSM4KOU4OUQ>
.
|
BTW love this projekt
…On Fri, Mar 19, 2021 at 4:56 PM PaPa Man ***@***.***> wrote:
I thnks first thought be knwo feature of erlang roadmap.
Then someone (maybe ask Jose if he is interest in do support work for
eElixir on this eErlang).
Ist idea gut, aber es ist eine grande project, by self.
On Fri, Mar 19, 2021 at 10:52 AM Victor Ferreira ***@***.***>
wrote:
> Hello, what is the current status from this roadmap? I'm getting starts
> with the project using Elixir environment for now I'm just planning my
> project but I need to know what is the current status to may trying to
> start to contribute.
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#150 (comment)>, or
> unsubscribe
> <https://github.com/notifications/unsubscribe-auth/ACEIY6CNSXS2QVCFT5P7USDTEN6OLANCNFSM4KOU4OUQ>
> .
>
|
Sorry for not updating this issue, here are some news:
Also a number of other modules have been added like Access, Kernel, Code, Module, etc... I'm going to track each module using a separate issue here: |
Closing this issue, please open any new issue or comment to above new issues for any further discussion/update. |
Following modules are missing and they should be implemented:
The text was updated successfully, but these errors were encountered: