Dyna – Logic Programming for Machine Learning
1–10 of 24 posts
Re: Dyna – Logic Programming for Machine Learning
#2Re: Dyna – Logic Programming for Machine Learning
#3There are some epic looking Clojure namespaces here, e.g. this JIT compiler https://github.com/argolab/dyna3/blob/master/src/clojure/dyn...
Re: Dyna – Logic Programming for Machine Learning
#4https://matthewfl.com/papers/mfl-dissertation.pdf
Re: Dyna – Logic Programming for Machine Learning
#5Would this be useful in a production system today?
Re: Dyna – Logic Programming for Machine Learning
#6Going to try it out.
[1] https://www.scallop-lang.org/
Re: Dyna – Logic Programming for Machine Learning
#7Re: Dyna – Logic Programming for Machine Learning
#8Re: Dyna – Logic Programming for Machine Learning
#9> Dyna3 — A new implementation of the Dyna programming language written in Clojure There are some epic looking Clojure namespaces here, e.g. this JIT compiler https://github.com/argolab/dyna3/blob/master/src/clojure/dyn...
Re: Dyna – Logic Programming for Machine Learning
#10> Dyna3 — A new implementation of the Dyna programming language written in Clojure There are some epic looking Clojure namespaces here, e.g. this JIT compiler https://github.com/argolab/dyna3/blob/master/src/clojure/dyn...
I'd be fascinated to hear about the author's experience using Clojure for something as complex as a compiler. Was the lack of types an issue? Or was the simplicity and flexibility of the language worth the tradeoff?