This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-01-18
Channels
- # announcements (19)
- # babashka (30)
- # beginners (51)
- # biff (12)
- # calva (20)
- # cider (27)
- # clara (20)
- # clj-kondo (19)
- # clojure (128)
- # clojure-canada (1)
- # clojure-dev (5)
- # clojure-europe (29)
- # clojure-nl (1)
- # clojure-norway (48)
- # clojure-uk (5)
- # clojurescript (6)
- # clr (37)
- # core-async (17)
- # cursive (2)
- # data-oriented-programming (2)
- # datahike (1)
- # datomic (5)
- # emacs (22)
- # exercism (1)
- # funcool (17)
- # humbleui (15)
- # jobs (1)
- # malli (44)
- # off-topic (11)
- # podcasts-discuss (1)
- # pomegranate (1)
- # react (1)
- # remote-jobs (1)
- # shadow-cljs (25)
- # tools-build (12)
- # tools-deps (70)
- # xtdb (24)
#data-oriented-programming
<
2023-01-18hi. anyone know of any public repos which contain examples of DOP in java? I'd be curious to see how it looks. btw I found this post on DOP in java https://www.infoq.com/articles/data-oriented-programming-java/ - but the structures used are pretty new to me. I'd like to see these things as working examples. plus the post never actually defines DOP - but it sounds like the same thing as discussed in this thread pretty much.
Its not exactly the same dop. This one uses static data types while in my book i use dynamic data types. In the appendix of the book i show examples in Java
👍 4