|
|
|
|
|
by wood_spirit
755 days ago
|
|
Thinking about problems and data manipulation in the way array languages enable is hard but, once you have pushed through the what feels like a barrier of mainstream programming language thinking that is stopping you from “grokking” it, it is a sudden moment of clarity and then you “get it”. Perhaps a half way house is sql. The difference between ORM-style CRUD and a power user using window functions to make the data dance shows there is still art to be had in programming :) |
|
That being said, I'm not convinced that the extremely minimal syntax is essential. I think it can be done another way ;)