forked from personal/squiggle.c
readme tweak
This commit is contained in:
parent
75995c59a1
commit
d15ba1e50b
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user