swh:1:snp:3af1a03cd091600016317ad7197cfc7dfd1319c7
Raw File
Tip revision: 4495cf910225d5e030c54f2422308a4ee4bd4a60 authored by Andreas Stuhlmueller on 03 May 2017, 23:09:40 UTC
Merge branch 'dev' into show-js-stack
Tip revision: 4495cf9
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