LCMr_music

LCMr_music

Do we Need a new Book on Elixir?

What should I do if I feel, there is a book about elixir for the actual total beginner (to computer programming) to be written?

should I just Ignore the feeling coz there are already so many Interesting Books written about Elixir,
:smiley: A great thank to all the people involved in creating Elixir THANK YOU VERY MUCH!

or perhaps I should just continue with this endeavor coz, I feel there isn’t something said, or it’s said but not quite as I think it should be.

What should I do? write another book about elixir or Learn on my own, and let other newcomers to functional programming with Elixir figure it o their own : as im doing?

I’m currently Learning Elixir, I have imperative programming experience, new to functional with Erlang and Elixir.

Most Liked

mindriot

mindriot

IMHO you should write blog articles or alternatively privately held drafts based on your learning experience working through existing materials then once you have reached a intermediate level then go back through your documentation of the things you struggled with and refine them to add clarity and correct mistakes. You can only understand what a beginner feels at the moment in time you are a beginner, so if you have managed to gather a book worthy collection of experience then perhaps make a book or if not perhaps another type of resource. The important thing is to do it as you learn and overcome struggles then refine with hindsight, hindsight alone will get you the same books we have, which are great but won’t capture the things you are struggling with now.

malloryerik

malloryerik

I also love Programming Elixir but it’s for people new to Elixir, not new to programming, and is even advertised as “intermediate to advanced.”

There is no PragProg Elixir that could be on the PragProg “For Beginners” page.

There’s Joy of Elixir, but on its own it’s not enough.

But can’t you start with Python and then come back to Elixir later? Does Elixir need beginners’ materials at all?

I imagine yes, much as Ruby does. Even if early programmers veer off to try out other languages, good beginners’ materials can create attachment and lead to return. And isn’t it possible that functional is one of the better and even easier styles for beginners?

Imagine someone with an idea for a business around a web app. They consider Phoenix. But first they must learn to program in another language with the goal of later throwing much of that away and rebooting in Elixir, whereas their goal isn’t to become a well-rounded programmer (“learn several languages”) but to bring the web app and business they’ve thought of into the world. Their fastest route at that point is a framework in whatever language they’ve learned first and that isn’t Elixir. Maybe they’ll arrive at Elixir later, but they’ll already be somewhat seasoned programmers.

Yet the Dockyard founder for example talks about a lack of junior and intermediate Elixir devs. He stresses that if your business chooses Elixir you can find fantastic senior devs. But junior devs? They skip Elixir. And at least for fledgling devs, some might also say that Elixir skips them.

c4710n

c4710n

I wanna share my learning path to you.

At the first, I want to write a web application, so I learn:

After this, I learned something about Phoenix LiveView which can make my website more dynamic.

After gaining an understanding of these high-level usage, I want to go back to the origin. So I plan to read something in depth:

Then, I plan to read something about functional programming:

  • Learn Functional Programming with Elixir

Then, I plan to learn more about Erlang/OTP:

  • Programming Erlang
  • Erlang in Anger

I think, currently, the community provides us a lot of good books. The more important thing is to create great products impressing people.

“Wow, what a good and performant product. Which language do you use?”
“Elixir”

Where Next?

Popular in Discussions Top

AstonJ
Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition) It’s been a while since we first asked this, I...
208 31307 143
New
nburkley
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
fireproofsocks
I’ve been working on an Elixir project that has required a lot of scripting. I usually reach for Elixir because I like it more (and in th...
New
New
hazardfn
I suppose this question is effectively hackney vs. ibrowse but we are at a point in our project where we have to make a choice between th...
New
tomekowal
Hey guys! I want to create a toy project that shows a chart of temperature over time and updates every 5 seconds. I feel LiveView is per...
New
AstonJ
If so I (and hopefully others!) might have some tips for you :slight_smile: But first, please say which area you’re finding most challen...
New
wmnnd
The Go vs Elixir thread got me thinking: Would it be too hard to implement a simple mechanism for creating Go-style static app binaries f...
New
New
sergio
Kind of like when jquery came out, it was super necessary. Existing drag and drop libraries have a bunch of baggage to support old browse...
New

Other popular topics Top

aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
TunkShif
This post is an instruction guide to help you setup your Neovim for Elixir development from scratch. It includes general information on h...
274 42158 114
New
lessless
I believe there are people here who are dealing with CSV files import on the daily basis, and since Excel is a really popular tool there ...
New
Qqwy
Original source of discussion: This topic on the Pragmatic Programmers’ Functional Web Development with Elixir, OTP, and Phoenix forum. ...
New
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
shijith.k
I am trying to start a new phoenix project with elixir 1.9, but mix phx.new does not work. It says that ** (Mix) The task "phx.new" could...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54250 245
New
jononomo
For some reason my phoenix channels are working for me in my local dev environment, but as soon as I deploy via Docker, I get a 403 error...
New
dokuzbir
I want to highlight html closing tags when i click a html tag. That works in .html files but doesnt work for html.eex templates. How can...
New

We're in Beta

About us Mission Statement