Questions tagged [church-pl]

The Church programming language is a Scheme-based probabilistic programming language and toolkit used in cognitive science research.

The Church programming language is a Scheme-based probabilistic programming language and toolkit used in cognitive science research.

3 questions
13
votes
4 answers

Applications for the Church Programming Language

Has anyone worked with the programming language Church? Can anyone recommend practical applications? I just discovered it, and while it sounds like it addresses some long-standing problems in AI and machine-learning, I'm skeptical. I had never heard…
Cerin
  • 60,957
  • 96
  • 316
  • 522
1
vote
0 answers

Does the Church programming language work on Windows?

Has anyone gotten the Church programming language to work on Windows? I followed the directions here and I wasn't able to run the examples in the tutorial in any obvious way. I used ikarus although I would be quite satisfied to use PLT Scheme (now…
John with waffle
  • 4,113
  • 21
  • 32
0
votes
1 answer

Calling Cygwin from within R

I was trying to invoke Cygwin from within R with the following command: shell("cd C:\\cygwin\\bin & bash --login -i testfile2.txt", intern = T) Within Cygwin I tried to invoke another program (Church). The invokation is in the testfile2.txt and…
sedsiv
  • 531
  • 1
  • 3
  • 15