Tagged Questions
4
votes
1answer
386 views
Clojure DAG (Bayesian Network)
I would like to build a Bayesian Network in clojure, since I haven't found any similar project.
I have studied a lot of theory of BN but still I can't see how implement the network (I am not what ...
3
votes
1answer
195 views
factorial function for Church numerals
I'm trying to implement the factorial lambda expression as described in the book Lambda-calculus, Combinators and Functional Programming
The way it's described there is :
fact = ...
2
votes
1answer
137 views
Indirectly recursive - clojure
What's the problem with following code:
the func expression get expression that contains term that can contain expression...
(defn term[]
(def mytmp (zip/xml-zip {:tag :term}))
(cond
...