What Languages Should You Explore After Learning Elixir?

  • Thread starter Thread starter sourlemon
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
sourlemon
Messages
52
Reaction score
1
I'm thinking of building my own site with a new language. I'm thinking of Elixir. But I'm curious what else is out there that might be fun to play with.

I'm violating the single responsibility here, but another question. How do you get started on a new language? Do you read a book? Or do you start building something you like and figure it out along the way?
 
Last edited:
Physics news on Phys.org
People learn in different ways, but I start with example code, a good reference source, and the development environment.
It's very common to start with a simple "Hello World!" program - just so that you know you understand the basics about you development environment. Then find some fun stuff from the examples or from the reference material and, one feature at a time, get that stuff to work.