time-to-botec

Benchmark sampling in different programming languages
Log | Files | Refs | README

commit 2d6d0271ee4e8acc81e8c12395753164af4dbeb0
parent 0910c96299f75e11c1ec9ded6119ddc04e18f7e5
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Wed, 30 Nov 2022 01:57:04 +0000

tweak: Improve README

Diffstat:
MREADME.md | 31+++++++++++++++++++++++++++++--
Rexample.squiggle -> squiggle/samples.squiggle | 0
2 files changed, 29 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1 +1,28 @@ -<https://github.com/rethinkpriorities/squigglepy> -\ No newline at end of file +# Time to BOTEC + +## About + +This repository contains example of very simple code to manipulate samples in various programming languages. As of now, it may be useful for checking the validity of simple estimations. + +## Current languages + +- Python +- R +- Squiggle + +## Languages I may add later + +- Javascript +- Julia +- Rust +- C +- ... and suggestions later + +## Roadmap + +The future of this project is uncertain. In most words, I simply forget about this repository. + +## Other similar projects + +- Squigglepy: <https://github.com/rethinkpriorities/squigglepy> +- Simple Squiggle: <https://github.com/quantified-uncertainty/simple-squiggle> +\ No newline at end of file diff --git a/example.squiggle b/squiggle/samples.squiggle