|
|
|
|
|
by weavejester
2617 days ago
|
|
You're describing a language whose data model is hierarchical, not relational. In your code you first convert a relation into a hierarchy of collections. Why would you need to do that if Clojure used a relational data model? |
|
Relation is a logical model mapping of data structures, it is just a logical thinking that exists in the brain.
SQL, Prolog, clojure.core, minikanren can be used for relational operations.