/dpt/ - Daily Programming Thread

What are you working on, Jow Forums?

Previous thread

Attached: lm0mocjys7p11.png (735x627, 114K)

Other urls found in this thread:

infinitroid.com/blog/posts/did_i_just_waste_3_years
unix.stackexchange.com/a/99351
kunststube.net/encoding/
destroyallsoftware.com/talks/wat
devdocs.io/javascript/
dlang.org/blog/2017/08/23/d-as-a-better-c/
nim-lang.org/
dlang.org/
twitter.com/SFWRedditVideos

First for C++ is the worst programming language to ever exist.

>not realizing most of us have 4CX so your dumb gimmick forced us to have to manually copy and paste the new thread because it was seen as one link
baka

also install Shen.

Attached: Screenshot_2018-09-26 g - dpt - Daily Programming Thread - Technology - 4chan.png (3328x740, 147K)

Attached: javascript.jpg (659x317, 36K)

Does anyone use elixir?
I wanna have a realistic view going into it about the good and bad things but everything I google makes it sound like god's gift to programming, just like every other niche language.

using cmake was his first mistake
c++ his second

nah, just make your destructors virtual

it's niche for a reason

The good:
+ Very good resources and community
+ pretty good libraries
+ least awful dynamic functional lang
+ most syntax is pretty straight forward
+backed by erlang

The bad:
- Compiler can be VERY dumb sometimes, and spit out errors that aren't actually valid, but caused by an underlying chain of other errors due to MAGIC
- some syntax is VERY ugly like maps
- VERY pedantic sometimes, such as an error if you forget to space your keyword argument after a colon
- lots of libraries tend to have a lot of MAGIC and bloat which can feel VERY overwhelming and unnecessary.

And that's just in my ~few months with it