Ask HN: What set of features make a programming language advanced?
3 comments
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
Check out https://cuelang.org for futurology
Higher order abstractions and more general control flow, usually.
Good Metaprogramming tooling
Given that most languages are Turing complete, what really makes a language "advanced"?