https://github.com/kach/little-language-for-luck
A Python-embedded DSL for doing probability problems! (My CS343D final project, Fall 2020-21.)
https://github.com/kach/little-language-for-luck
Last synced: 8 months ago
JSON representation
A Python-embedded DSL for doing probability problems! (My CS343D final project, Fall 2020-21.)
- Host: GitHub
- URL: https://github.com/kach/little-language-for-luck
- Owner: kach
- Created: 2020-11-24T18:09:20.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-24T18:09:34.000Z (over 5 years ago)
- Last Synced: 2025-07-26T04:51:44.869Z (11 months ago)
- Language: Python
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
( Little )
( Language )
( for )
( Luck! )
LLL is a small DSL embedded in Python that you can use to express and simulate
probability problems. See the bottom of lll.py for some simple examples.