|
|
|
|
|
by acmiyaguchi
1357 days ago
|
|
There’s nothing stopping you from writing a compiler or interpreter in a non-imperative language like prolog. Also performing the equivalent of a table join in a non-declarative query language is going to be a burdensome task. It’s certainly beneficial to let a query planner figure out the details for you, instead of iterating over all the rows of your data. |
|
You didn't think that one through, did ya?
I'm not even sure where your outage comes from. DSLs aren't inherently bad either.