diff --git a/bsconfig.json b/bsconfig.json index 49c793ee..ceb39e0c 100644 --- a/bsconfig.json +++ b/bsconfig.json @@ -35,11 +35,10 @@ "bs-dependencies": [ "@glennsl/bs-jest", "@glennsl/bs-json", - "@foretold/components", - "bs-ant-design-alt", + "@rescriptbr/reform", "@rescript/react", - "bs-reform", "bs-css", + "bs-css-dom", "rationale", "bs-moment", "reschema" diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..a04115ff --- /dev/null +++ b/docs/README.md @@ -0,0 +1,22 @@ +# Squiggle + +Squiggle is a DSL for making probabilistic estimations. It is meant +to be a programming analogue of the [Guesstimate](https://www.getguesstimate.com/) +application. + +There are several use cases for a language that represent uncertainty. Some include +writing cost effectiveness analysis, as well as doing accurate forecasting. + +Squiggle is written in [Rescript](https://rescript-lang.org/) and is presented +as a website. + +If you wish to try squiggle out, you can visit our [main page](https://squiggle-language.com/). + +## Syntax +We use the [Math.js expression language](https://mathjs.org/index.html) for Squiggle. +So any expression that's available on Math.js is supported on Squiggle. + +To represent uncertainty, we use a custom DSL called [DistML](https://docs.google.com/document/d/1xlEC8KjchP4PL-KdSxfBJr0UZ9nVMSAlz-rjAQEinyA/edit#). + +## Contributing +To contribute to this project, we recommend visiting our [Contributing Guide](contributing.md). diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 00000000..030bd7fb --- /dev/null +++ b/docs/index.html @@ -0,0 +1,27 @@ + + +
+ +- {"Lots of description for the group would be here" - |> ReasonReact.string} -
-