An open API service indexing awesome lists of open source software.

https://github.com/rmculpepper/prob-pl

Little interpreters and tool prototypes for probabilistic languages
https://github.com/rmculpepper/prob-pl

Last synced: 5 months ago
JSON representation

Little interpreters and tool prototypes for probabilistic languages

Awesome Lists containing this project

README

          

# Little interpreters for probabilistic programming languages

## Prerequisites

Racket version 6.3 or later is required.

* Get Racket here: http://racket-lang.org

The `gamble` package for Racket is required. Packages can be installed at the command line or using the DrRacket IDE.

* command line: `raco pkg install git://github.com/rmculpepper/gamble`
* from DrRacket: File menu, Install Package, and enter `git://github.com/rmculpepper/gamble`