Closed pacifiquem closed 5 months ago
Based on basic behavior, and how Kin manages return-statement, it's not easy to write recursive functions.
return-statement
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
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.