Ask HN: What set of features make a programming language advanced?

4 points by marceloabsousa ↗ HN
Reading the comments from https://news.ycombinator.com/item?id=23077992 it seems that people have different ideas on what it means for a programming language to be "advanced".

Given that most languages are Turing complete, what really makes a language "advanced"?

3 comments

[ 4.9 ms ] story [ 21.6 ms ] thread
I honestly prefer Golang which took the minimal approach instead of all the coolest PL features. The language is so much better for this choice.

Check out https://cuelang.org for futurology

Higher order abstractions and more general control flow, usually.
Good Metaprogramming tooling