https://github.com/probmods/webppl
Revision eb6fe2ff1e8ea78e1d5547bac33d9f987ce7e668 authored by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC, committed by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC
1 parent 602807d
Raw File
Tip revision: eb6fe2ff1e8ea78e1d5547bac33d9f987ce7e668 authored by Andreas Stuhlmüller on 13 October 2015, 20:51:16 UTC
0.3.0
Tip revision: eb6fe2f
README.md
webppl [![Build Status](https://travis-ci.org/probmods/webppl.svg?branch=dev)](https://travis-ci.org/probmods/webppl) [![Dependency Status](https://david-dm.org/probmods/webppl.svg)](https://david-dm.org/probmods/webppl)
======

Probabilistic programming for the web

## Quick start

Install using [nodejs](http://nodejs.org):

    npm install -g webppl

Run webppl programs:

    webppl myprogram.wppl

Upgrade webppl:

    npm update -g webppl

## Documentation

Read our docs at [docs.webppl.org](http://docs.webppl.org/).

## License

webppl is released under the [MIT License](LICENSE.md).

## Contributions

We encourage you to contribute to webppl! Check out our [guidelines for contributors](CONTRIBUTING.md) and join the [webppl-dev](https://groups.google.com/forum/#!forum/webppl-dev) mailing list.
back to top