6 ms·
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
by acmiyaguchi 4y 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.
- 411111111111111 4y agoWhich compiles it to bytecode, which is Imperatively executed on your cpu. 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.
- pjmlp 4y agoDesign and analysis of hardware for high-performance Prolog https://www.sciencedirect.com/science/article/pii/S0743106696889813 https://www.sciencedirect.com/science/article/pii/S074310669...