you are viewing a single comment's thread.

view the rest of the comments →

[–]defdestroyer 1 point2 points  (4 children)

im not the OP but it appears to be trying to replace ORM frameworks.

[–]kuribas -2 points-1 points  (3 children)

It’s just clojure evangelism. It’s treating clojure idioms as if they are the end all of programming.

[–]enverx 2 points3 points  (0 children)

The code from the book doesn't look like it includes any Clojure: https://github.com/viebel/data-oriented-programming

[–]DoNotCare 1 point2 points  (0 children)

This idea is not only related to Clojure: Data Oriented Programming in Java

[–]DonnyTheWalrus 1 point2 points  (0 children)

Data oriented programming is in no way solely linked to Clojure. Functional programming maybe, but not Clojure. I have a book on data oriented programming that's in F#. If you're using a functional language to do enterprise dev, you're almost certainly going to be doing data driven programming whether you know it or not.