l3x / learn-fp-go

Learning Functional Programming in Go
97 stars 53 forks source link

what is the differences between this tailcall.go with the function in recursive.go? is the SumTailCall a tail recursion? #11

Open freshmeat1982 opened 4 years ago

freshmeat1982 commented 4 years ago

https://github.com/l3x/learn-fp-go/blob/7639825d0b71633420ba17a10abb5c69491ba517/1-functional-fundamentals/ch01-pure-fp/05_sum/src/sum/tailcall.go#L7