|
|
|
|
|
by unsui
933 days ago
|
|
While I appreciate the sentiment for bending your mind, rather than the spoon, the practical reality is that developer time is far costlier than compute time. It is easier to map compute structures and syntax to existing mental models than to formulate new mental models. The latter is effortful and time-consuming. So, given the tradeoffs, I could learn a new language, or leverage an existing language to get things done. And yes, given sufficient resources (particularly time), developing new mental models is ideal, but reality often prohibits the ideal. |
|
> So, given the tradeoffs, I could learn a new language, or leverage an existing language to get things done.
There is also the option to create a new language (jqsql or whatnot), optionally sharing it publically.
If you do this I think you'd find out why beyond very trivial stuff, sibling commenters have a point in that SQL isn't a good fit for nested data like JSON. Would still be a useful exercise!