gonads better

Signed-off-by: Xe Iaso <me@christine.website>
This commit is contained in:
Cadey Ratio 2022-04-24 20:36:41 -04:00
parent 67de839da8
commit 9566b790bc
1 changed files with 0 additions and 4 deletions

View File

@ -397,10 +397,6 @@ func NewThunk[T any](doer func() T) *Thunk[T] {
}
```
- [ ] Fibonacci example
- [ ] Why is this slow? I have no idea
- [ ] Numa\ this is the power of gonads!
Now, for an overcomplicated example you can use this to implement the
Fibonacci function. We can start out by writing a naiive Fibonacci
function like this: