dwyl / learn-elixir

:droplet: Learn the Elixir programming language to build functional, fast, scalable and maintainable web applications!
1.62k stars 109 forks source link

Extend README Documentation #21

Open jackcarlisle opened 7 years ago

jackcarlisle commented 7 years ago

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:

Does anyone have any thoughts on things to include?

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

nelsonic commented 7 years ago

@jackcarlisle adding that checklist to the issue description (first comment) will show a progress bar... 😉

jackcarlisle commented 7 years ago
screen shot 2017-02-10 at 16 36 21
jackcarlisle commented 7 years ago
screen shot 2017-02-10 at 16 39 02 screen shot 2017-02-10 at 16 39 26
Jbarget commented 7 years ago

We (@des-des and I) have been using iex -S mix to run the shell within the context of your app. shall i make a pull request outlining the difference between iex and the command above?

nelsonic commented 7 years ago

@Jbarget good plan. 👍