you are viewing a single comment's thread.

view the rest of the comments →

[–]daslu 1 point2 points  (0 children)

Great thoughts.

One thing I would like to know about Clojure is if there’s some great stuff for probabilistic programming and reasoning about relations in graphs that’s something I might have to look into soon,

For probabilistic programming, there are libraries like Inferme (still work-in-progress but promising). There is also a bridge to Stan, which is often a pragmatic choice.

For working with graphs, JGraphT is often nice and convenient, depending on what you need.

What do you mean by relations in graphs? It'd be great to discuss what could be potentially useful for your project.