squiggle.c

Self-contained Monte Carlo estimation in C99
Log | Files | Refs | README

commit d15ba1e50b96fa297215d08f82d2a87a0627d757
parent 75995c59a1b8c68767bb45c992c8d8aee8500dc9
Author: NunoSempere <nuno.sempere@protonmail.com>
Date:   Tue, 25 Jul 2023 22:25:08 +0200

readme tweak

Diffstat:
MREADME.md | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ # Squiggle.c -A self-contained C99 library that provides a subset of [Squiggle](https://www.squiggle-language.com/)'s functionality in C. +A self-contained C99 library that provides functions for simple Monte Carlo estimation, based on [Squiggle](https://www.squiggle-language.com/). ## Why C? @@ -33,7 +33,7 @@ You can follow some example usage in the examples/ folder ### squiggle.c is short -`squiggle.c` is less than 500 lines of C. The reader could just read it and grasp its contents. +[squiggle.c](src/branch/master/squiggle.c) is less than 500 lines of C. The reader could just read it and grasp its contents. ### Core strategy