site banner

Small-Scale Question Sunday for February 15, 2026

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

0
Jump in the discussion.

No email address required.

The upcoming AI coding languages. Okay - what do you think the next gen of languages will be. After all the history of computer languages is taking freedom away from programmers - from assembler, trough C, trough protected memory, then we have shitty OO (C++), even shittier OO (Java), on top of those we have tried to put all kind of straitjackets - hibernate, DI, scripted languages move to be more and more strongly typed. And now we have AI that excel in building workable, unmaintainable code. The only thing that could reign in AI at the moment is Haskell. Probably. So we urgently need new ways to limit the chaos.

When I read stuff like that, I remember that SQL was created as a "natural" language (originally named Structured English Query Language) which would allow anybody without any programming or database experience to just ask the database and get the result. Needless to say, it's not exactly what actually happened.