An estimation language
https://www.squiggle-language.com/
04accf0075
* develop: (61 commits) Minor UI refactors tweak: Indicate that the configuration step is optional tweak: Show what to click in the extension tweak: Better documentation Formatted code Moved env to GenericDist, and used it Replaced some scoring functions with functionRegistry functions Prior can't be a point v0.2.23 Made new test call polymorphic constructor #ToFloat ⬆️ Bump @typescript-eslint/parser from 5.30.5 to 5.30.6 ⬆️ Bump postcss-cli from 9.1.0 to 10.0.0 ⬆️ Bump @typescript-eslint/eslint-plugin from 5.30.5 to 5.30.6 ⬆️ Bump @docusaurus/preset-classic ⬆️ Bump clsx from 1.2.0 to 1.2.1 ⬆️ Bump postcss-loader from 7.0.0 to 7.0.1 ⬆️ Bump @hookform/resolvers from 2.9.3 to 2.9.5 ⬆️ Bump @types/node from 18.0.0 to 18.0.3 ⬆️ Bump @docusaurus/core from 2.0.0-beta.21 to 2.0.0-beta.22 ⬆️ Bump @typescript-eslint/parser from 5.30.4 to 5.30.5 ... |
||
---|---|---|
.github | ||
examples | ||
packages | ||
.gitignore | ||
.prettierignore | ||
CONTRIBUTING.md | ||
LICENSE | ||
nixos.sh | ||
package.json | ||
README.md | ||
yarn.lock |
Squiggle
An estimation language.
Get started
- Gallery
- Squiggle playground
- Language basics
- Squiggle functions source of truth
- Known bugs
- Original lesswrong sequence
- Author your squiggle models as Observable notebooks
- Use squiggle in VS Code
Our deployments
- website/docs prod: https://squiggle-language.com
- website/docs staging: https://develop--squiggle-documentation.netlify.app/
- components storybook prod: https://squiggle-components.netlify.app/
- components storybook staging: https://develop--squiggle-components.netlify.app/
- legacy (2020) playground: https://playground.squiggle-language.com
Packages
This monorepo has several packages that can be used for various purposes. All
the packages can be found in packages
.
@quri/squiggle-lang
inpackages/squiggle-lang
contains the core language, particularly an interface to parse squiggle expressions and return descriptions of distributions or results.@quri/squiggle-components
inpackages/components
contains React components that can be passed squiggle strings as props, and return a presentation of the result of the calculation.packages/website
is the main descriptive website for squiggle, it is hosted atsquiggle-language.com
.packages/vscode-ext
is the VS Code extension for writing estimation functions.packages/cli
is an experimental way of using imports in squiggle, which is also on npm.
Develop
For any project in the repo, begin by running yarn
in the top level
yarn
See packages/*/README.md
to work with whatever project you're interested in.
Contributing
See CONTRIBUTING.md
.