101010.pl is one of the many independent Mastodon servers you can use to participate in the fediverse.
101010.pl czyli najstarszy polski serwer Mastodon. Posiadamy wpisy do 2048 znaków.

Server stats:

506
active users

#elixir

6 posts5 participants2 posts today
Replied in thread

@hello

e.g.: is it worthlearning Python?

If you're going to do data science, probably yes.

(you can also do that with elixir with LiveBooks)

Is it worth learning Elixir?

If you want to create The Witcher 3, probably not.

If you want to do Android or iOS development probably not.

If you want to develop multitasking stuff, that requires multiple seamless integrated processes on different machines on a cluster or the backend of Whatsapp. Definitely yeah.

What about for web development? IMHO it completely replaces both React and Angular and you're faster with it.

For scripting it is also an excellent tool.

I've worked in #PHP for... 12 years now. I still can't remember the difference between `implode` and `explode`. You know why? The function names don't have any damn context built in. You just have to _remember_.

#Elixir on the other hand if you have a List and you want to make a string: `List.to_string`

Nice, right?
Want to split up a string?
`String.split`

Nice, right?

When I tell people I prefer working in Elixir it's because it works better with my brain.