What Languages Should You Explore After Learning Elixir?

  • Thread starter Thread starter sourlemon
  • Start date Start date
AI Thread Summary
Building a website using a new programming language like Elixir is an exciting venture, with many alternatives available for exploration. When starting with a new language, individuals often have different approaches to learning. Common methods include reading books, utilizing example code, and setting up a development environment. A typical starting point is creating a simple "Hello World!" program to familiarize oneself with the basics. From there, learners can gradually implement features by experimenting with examples and reference materials, allowing for a hands-on understanding of the language.
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:
Technology 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.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
I tried a web search "the loss of programming ", and found an article saying that all aspects of writing, developing, and testing software programs will one day all be handled through artificial intelligence. One must wonder then, who is responsible. WHO is responsible for any problems, bugs, deficiencies, or whatever malfunctions which the programs make their users endure? Things may work wrong however the "wrong" happens. AI needs to fix the problems for the users. Any way to...
Back
Top