Skip to content

bessiambre/webppl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webppl

Probabilistic programming for the web

Requirements:

Installation:

git clone https://github.com/probmods/webppl.git
cd webppl
npm install

Run tests:

./run-tests

Execute webppl program:

./webppl examples/geometric.wppl

Compile webppl for use in browser:

npm install -g browserify
browserify -t brfs src/main.js > compiled/webppl.js

About

Probabilistic programming for the web

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%