Simple estimation scripts which do the same in different programming languages.
Go to file
NunoSempere 57fc886bed feat: More progress
- Add C
- Time the different languages.
- Wrap Squiggle in a js runtime.
2022-12-01 15:04:37 +00:00
C feat: More progress 2022-12-01 15:04:37 +00:00
js feat: More progress 2022-12-01 15:04:37 +00:00
python feat: More progress 2022-12-01 15:04:37 +00:00
R feat: More progress 2022-12-01 15:04:37 +00:00
squiggle feat: More progress 2022-12-01 15:04:37 +00:00
.gitignore feat: add js section 2022-11-30 17:11:33 +00:00
README.md tweak: "Improve" readme 2022-11-30 01:58:55 +00:00
time.txt feat: More progress 2022-12-01 15:04:37 +00:00

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.

The title of this repository is a pun on two meanings of "time to": "how much time does it take to do x", and "let's do x".

Current languages

  • Python
  • R
  • Squiggle

Languages I may add later

  • Javascript
  • Julia
  • Rust
  • C
  • ... and suggestions welcome

Roadmap

uhe future of this project is uncertain. In most words, I simply forget about this repository.

Other similar projects