Live data from Hacker News

If I were to invent a programming language for the 21st century

wordsandbuttons.online

1–10 of 184 posts

Re: If I were to invent a programming language for the 21st century

#3
I read that as: less syntax, less leaky abstractions and less macros; and I mostly agree.

I would add better integration with the C tool chain, more separation of concerns and less academic ego bullshit.

I've been working on something like that [0] lately.

https://gitlab.com/sifoo/snigl

Re: If I were to invent a programming language for the 21st century

#7
post #3

I read that as: less syntax, less leaky abstractions and less macros; and I mostly agree. I would add better integration with the C tool chain, more separation of concerns and less academic ego bullshit. I've been working on something like that [0] lately. https://gitlab.com/sifoo/snigl

I don't agree with 'less syntax'. More syntax (when designed well) results is significantly more readable code.

Re: If I were to invent a programming language for the 21st century

#9
I really disagree with the author's points about macros.

If your language doesn't support macros you'll end up with programs that parse some arbitrary code and generate code in the language you're working with. That's far worse than a macro system that at least works in the confines of a language's syntax.

Post reply on HN