Hacker News new | ask | show | jobs
by fifilura 1339 days ago
I think SQL is both the simplest to learn and most worthwhile in this aspect.

Why? Short answer - Because it doesn't have for loops.

It forces you to think about data in another way. It is like origami for programming. You can't brute force it, you have to fold your way to the result.

1 comments

I understand what you are saying, but what you can end up with is stored procedures with loops.