- String concatenation:
def hello(name) do
"Hello, " <> (name) <> "!"
end
def hello(name) do
"Hello, #{name}!"
end
- https://github.com/christopheradams/elixir_style_guide
- https://github.com/elixir-lang/elixir/blob/master/lib/elixir/pages/Naming%20Conventions.md
- https://blog.diacode.com/trello-clone-with-phoenix-and-react-pt-1
- https://dc0d.github.io/2017/03/24/elixir-to-start-with/
- https://www.ludu.co/course/discover-elixir-phoenix
- http://work.stevegrossi.com/2016/07/11/building-a-chat-app-with-elixir-and-phoenix-presence/
- https://www.pluralsight.com/courses/meet-elixir
- http://softwarebysteve.com/building-a-command-line-web-scraper-in-elixir.html
- https://www.reddit.com/r/learnprogramming/comments/653tgf/build_a_simple_text_editor_step_by_step_quite/
- https://news.ycombinator.com/item?id=14046446
- https://github.com/rizafahmi/elixirdose-cli
- https://codestool.coding-gnome.com/courses/elixir-for-programmers
- https://pragmaticstudio.com/elixir
- https://www.udemy.com/the-complete-elixir-and-phoenix-bootcamp-and-tutorial/
- https://github.com/itsgreggreg/elixir_quick_reference/blob/master/README.md
- https://elixirschool.com/
- http://exercism.io/languages/elixir/about
- https://elixir-lang.org/learning.html#screencasts