|
|
|
|
|
by valenterry
1989 days ago
|
|
We yet have to wait for the proper sweet spot: a language that allows SQL-like handling without the restrictions of SQL. As many advantages as SQL has, in many cases it gets into the way. The closer you move to moving data (instead of doing analysis), the more it becomes annoying. On the other hand, current languages (such as python) lack support when it comes to data transformations. Even Scala, which is one of the better languages for this, has severe drawbacks compared to SQL. Hopefully better type-systems will help us out in the long term, in particular those with dependent types or similar power to describe data relations. |
|