DEV Community

Discussion on: 3 Characteristics of Fast Growing Programming Languages

Collapse
 
allenmiller304 profile image
Allen Miller • Edited

Very nice article, very helpful

Personally, what I really want from a programming language syntax is more flexibility, that can go as complex as C templates or compiler pre processors or t4 templates generating code

I want a language to show the app logic as straightforward as possible, simple, elegant and easy to read, and when some of the logic requires more complexity, the language syntax should give us the ability to create new layer of new code structure to simplify the underlaying complexity.