dwyl/learn-elixir

Extend README Documentation

Open

#21 建立於 2017年2月8日

在 GitHub 查看
 (5 留言) (2 反應) (0 負責人)Elixir (1,695 star) (113 fork)batch import
discussenhancementhelp wanted

描述

Currently the README.md gives a good introduction by covering the basics. I feel as though this should be extended further to include more things integral to a functional programming language:

  • immutability
  • recursive functions
  • partial application
  • heads and tails

Does anyone have any thoughts on things to include?

Initial list of topics to add or extend within the documentation:

  • Generating an elixir project
  • Object Oriented vs Functional
  • Native Modules
  • Module Documentation
  • Testing
  • Pattern Matching - extend #57
  • Elixir -> Erlang -> BEAM
  • Pipe Operator
  • Maps
  • Keyword Lists
  • Structs

貢獻者指南