What the most beautiful language and why is it elixir?

What the most beautiful language and why is it elixir?

Attached: 1066528_4f9b.jpg (750x422, 50K)

Other urls found in this thread:

erlang.org/download/armstrong_thesis_2003.pdf
learnyousomeerlang.com/content
pragprog.com/book/jaerlang2/programming-erlang
phoenixframework.org
twitter.com/SFWRedditVideos

It's C. The only language you need.

>end

Attached: 1511409916831.png (645x729, 62K)

#define end }

Attached: borat thumbs up.jpg (210x197, 9K)

kek

Red pill me on Elixir, anons. I'm a fairly new programmer and I currently only know Visual Basic.
What are it's strengths and weaknesses? Is Elixir more of a hobby project sort of language or could learning it land me a job someday? Am I better off learning some other gay language?

Attached: Plain-quinoa-fsl.jpg (544x408, 30K)

Judging from that picture, I hope you are joking

#define do {

Attached: punpun-contemplates.png (603x699, 1.21M)

Erlang programming language is open source and open platform made by Ericsson one biggest sellers telecommunication equipment, Erlang was made by crazy concurrency and reliability even hot code change.

Erlang begin heart apps like whatapps or Facebook chat, some online games.

This thesis explore concurrent programming needs and solutions using Erlang, good read even if never programming in erlang.

erlang.org/download/armstrong_thesis_2003.pdf

But erlang syntax mimic prolog, made some people don't like it.

Elixir made ruby like syntax and compile to low level erlang machine give same performance and code compatibility with erlang.

Neither Erlang or Elixir works well for heavy computation language.

In Job market both erlang and elixir are very small, some language as Go had better job opportunity and concurrency support.

Erlang tutorial
learnyousomeerlang.com/content
Erlang Book
pragprog.com/book/jaerlang2/programming-erlang

Good thing about elixir is pragmatic approach for creator over theoretical functional programming shill.

phoenixframework.org
WebFramework for language with built-in database connector, template engine and test unit
utility.

I wonder how many languages can be emulated by just a few #define's in C.

All of python

I don't find that clusterfuck pretty. Even Lisp looks better than that and I'm not even memeing.

Brolang bump

it's a great language that was lobotomised/ruby-fied, therefore it's shit

>What the most beautiful language and why is it elixir?
because it has familiar syntax

and what editor is that?

>Ruby syntax
>beautiful
Am I being memed on?

fuck off erlang shill

Haskell because she's no thot, she's pure.

that looks like shit

actor model
lightweight threads

>elixir?
never heard of it

>she

>*triggered*
I'm sorry, Jow Forums-tard, but all languages are cute animu girls(male).

Attached: programming-socks.png (1000x1300, 786K)

I recognize that buldge

Don't get me wrong I like Elixir. But the most beautiful? Not with all those curly braces
I find LISPs very aesthetic. And C++ too, the :: symbol is very pleasing to look at.

Elixir is fucking great. There is literally nothing better for back-end web development.

Except when you want to do computation heavy single threaded algorithms that can't be parallelized.

It looks a bit like ruby, that's nice

Sure, but on such cases one can use C and Erlang NIF.