Skip to content
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

Understand how Base module works #2

Open
1 task
SimonLab opened this issue Jan 29, 2019 · 1 comment
Open
1 task

Understand how Base module works #2

SimonLab opened this issue Jan 29, 2019 · 1 comment
Labels
discuss enhancement New feature or request help wanted Extra attention is needed

Comments

@SimonLab
Copy link
Member

The Base.encode functions are defined here
https://github.com/elixir-lang/elixir/blob/master/lib/elixir/lib/base.ex

We can have a look at the code and try to understand how the encode functions are defined to see if we can replicate some patterns in our functions or implementations see #1

  • Describe how encode16 works
@SimonLab SimonLab added enhancement New feature or request help wanted Extra attention is needed discuss labels Jan 29, 2019
@nelsonic
Copy link
Member

Elixir Binaries: https://medium.com/blackode/playing-with-elixir-binaries-strings-dd01a40039d5 👀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discuss enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants