Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here
For anyone looking to implement a function the steps would be to:
- Pick a function or functions from the list below
- Implement the function(s) in JavaScript according to the Erlang docs
- Add tests for the function(s) implemented
- Make Pull Request
Then we can check off those functions is the list below
Functions to Implement
Below is a list of all the known Erlang standard library functions found in Elixir's Standard Library that have not been implemented in some way yet in ElixirScript. Implementations should go here
For anyone looking to implement a function the steps would be to:
Then we can check off those functions is the list below
Functions to Implement