probcomp / metaprob

An embedded language for probabilistic programming and meta-programming.
GNU General Public License v3.0
168 stars 17 forks source link

Support ClojureScript compilation of metaprob.inference #129

Closed zane closed 5 years ago

zane commented 5 years ago

Adds support ClojureScript compilation of metaprob.inference and adds it to the ClojureScript test suite. All that is tested right now is that it can be :required (and thus evaluated, cleanly).

Depends on #126, #127, #128 , and should not be merged before them.

zane commented 5 years ago

Merged in with #130.