kin
kin copied to clipboard
[feature] : recursive functions in Kin
Based on basic behavior, and how Kin manages return-statement, it's not easy to write recursive functions.
we need to optimize this so that it'll be able to interpret recursive functions.
Fixed in #95
Complex recursive functions returns unexpected results.
This was fixed in #119