patrickdm
Hello, I will start soon to teach programming basics to a friend who’s is totally new to the subject. I’d really like to use Elixir as her first ever programming language. Would you make the same choice? Or do you think I’d better go with something more mainstream and object oriented like python, ruby, or even javascript (and staying away from all its quicks). I feel FP far more intuitive and natural (but that’s the way my brain works) so Elixir would be my obvious first choice. what do you think about it? Are there any drawbacks I’m not considering? Thank you for your valuable opinions.
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
We’re evaluating API mocking tools for OpenAPI-based projects and would love to hear what other teams are using.
We’re particularly inte...
New
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
New
Hello,
I wrote Stop My Hand, a Scattergories-like web application using Phoenix/LiveView as my learning project for Elixir (after readin...
New
AcmeScript — Writing JS hooks as if I were still using Elixir
I’ve been having fun building a little something over the last few days: Ac...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
ExRatatui lets you cook up rich terminal UIs in Elixir, powered by Rust’s ratatui via Rustler NIFs. Build interactive terminal applicatio...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
There are three potential reasons for members of this forum to have a look at https://vutuv.de
You are tired or annoyed of LinkedIn.
Yo...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #blog-post
- #elixir-ls
- #ai
- #elixirconf-us
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
alice
I am also a beginner at programming with some basic experience in JS and was going to ask whether learning Elixir as a first language is a good idea. IMO FP is also more intuitive and from what I read might be easier to learn if you have no prior experience in OO.
patrickdm
Hello Alice, did you start studying Elixir already? If so, how your prior experience with Js has influenced your Elixir learning? Was it helpful or you find it somehow misleading due to the differences in data mutability and the usage of imperative constructs like i.e. for-loops? Thank you for your contribution!
mindriot
It maybe could be a good choice in some cases, I’m not really in a position to judge that. One thing I do think is important though is to think about the outcome. She would like to learn a programming language presumably for a reason, how does elixir specifically fit into that context. For example if she would like to make a mobile game then it probably isn’t a very good choice and she will likely have to learn an OOP language after to get there so the value in learning elixir is first fairly low with a high cost of time commitment. Similarly if she is thinking of a career change but there are no elixir jobs in the area she lives then it likely won’t further her goal that much in comparison to investing the time in something that has those career prospects.
alice
The only thing I noticed was that the author of the online course kept saying that functional programming is not intuitive and I was like what are you talking about OO is not intuitive this is totally intuitive - input and output, what’s more intuitive than that. lol.
dimitarvp
I remember a linked article on HN 1-2 years ago, written by several CS professors, that students who start off with functional programming can then very easily learn imperative / OOP programming but the reverse has been proven to be not true: if you start with imperative and OOP then it’s really hard to rewire your brain to work with FP. It does happen but it takes more time and effort.
So yep, Elixir as a first language would work better.
patrickdm
Thank you @mindriot, I agree with your considerations. She is totally new to programming, but feels interested in learning it’s rudiments to start with. There are no actual plans for the possible outcomes yet, first we’ll need to see if it is something she like to do for real. It is more a challenge I proposed to open some opportunity for her to get out of her comfortable zone of work’s field, as her present position is getting more and more tight and unpleasant for her. I believe that learning something new could boost her self esteem and lift her point of observation of the future. Also learning to program is something that actually has a concrete applications for a new job to come. Of course I am planning to expose her to HTML and some bits of Js, for their vast usage in current the market. But she needs to take her very first baby step, so for the time being we will forget about the direct outcome. (BTW, I’m a freelance dev, using Elixir/Phoenix for most of my customers projects, and I could easily see her helping me out with it, so there is also some kind personal interest in it
but it is too early to even speak about that idea). Thank you for you valuable insight.
alice
I am learning Elixir now, I’d like to help you with your work too if you need an assistant. Cheers.
mindriot
In that case it would seem like the main goal here is to make it as enjoyable a start into the world of code as possible. For that I’d see Elixir as an excellent choice.
patrickdm
Thank you @dimitarvp I have the very same feeling about it. Learning to program with the functional paradigm teaches a sane mental discipline and you can then build on new paradigms applying solid reasoning processes that make cleaner and safer code! I will search for that article, thank you for pointing me to it.
patrickdm
Thank you Alice, your help is welcome! I’ll keep you posted!