Skip to content

An Elixir project that aims just for practicing the language by rewriting some of its module functions

Notifications You must be signed in to change notification settings

norbajunior/my_elixir

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An Elixir project that aims just for practicing the language by rewriting some of its module functions

Functions already implemented:

  • Enum.all?/2
  • Enum.each/2
  • Enum.filter/2
  • Enum.split/2
  • Enum.reverse/1
  • Enum.take/2
  • Enum.flatten/1

TODO:

Contribute:

If you would like to see some specific function implementation that is not here yet, please open a PR by adding a new function on the TODO list above or maybe open a PR of your own implementation.

About

An Elixir project that aims just for practicing the language by rewriting some of its module functions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages