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 f71fa4c842
commit 698e1b6cb9
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 Now, for an overcomplicated example you can use this to implement the
Fibonacci function. We can start out by writing a naiive Fibonacci Fibonacci function. We can start out by writing a naiive Fibonacci
function like this: function like this: