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
- Host: GitHub
- URL: https://github.com/rmculpepper/prob-pl
- Owner: rmculpepper
- License: bsd-2-clause
- Created: 2016-02-01T19:05:22.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-03-17T19:14:56.000Z (over 10 years ago)
- Last Synced: 2025-01-30T11:12:53.296Z (over 1 year ago)
- Language: Racket
- Size: 87.9 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`