An estimation language https://www.squiggle-language.com/
Go to file
2022-08-09 16:18:48 -07:00
.github Merge pull request #944 from quantified-uncertainty/dependabot/github_actions/actions/checkout-3 2022-08-04 09:20:50 -04:00
packages Merge remote-tracking branch 'origin/develop' into docusaurus-footer 2022-08-09 16:18:48 -07:00
.gitignore ops for nixos, gitignore'd ts-lsp .log 2022-04-19 13:32:35 -04:00
.prettierignore install eslint in vscode-ext lint job 2022-06-20 12:07:41 -04:00
.release-please-manifest.json versions correction (manual) 2022-08-09 13:57:45 -07:00
CONTRIBUTING.md Fixed the linting of reducer files 2022-04-23 12:25:33 -04:00
LICENSE Added license 2020-02-09 22:27:55 +00:00
nixos.sh code review. 2022-04-20 18:48:04 -04:00
package.json removed release-please from devDependencies; added skip-github-release to release-please.yml 2022-08-01 14:40:01 -04:00
README.md Update 'Language Basics' and 'Squiggle functions' links in README 2022-08-04 15:05:46 -04:00
release-please-config.json rm bootstrap sha 2022-08-01 14:57:06 -04:00
yarn.lock Merge remote-tracking branch 'origin/develop' into docusaurus-footer 2022-08-09 16:18:48 -07:00

Squiggle

Packages check npm version - lang npm version - components License: MIT codecov

An estimation language.

Get started

Our deployments

Packages

This monorepo has several packages that can be used for various purposes. All the packages can be found in packages.

  • @quri/squiggle-lang in packages/squiggle-lang contains the core language, particularly an interface to parse squiggle expressions and return descriptions of distributions or results.
  • @quri/squiggle-components in packages/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 at squiggle-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.