|
|
|
|
|
by muhaaa
1296 days ago
|
|
You want to try temporal programming? Try clojure: immutable values, immutable & persistent data structures, software transactional memory. You need a data base with full history (transaction time), try datomic. Additionally if you need full history AND domain time (bi-temporal) included in your data base, try or xtdb. |
|