kin-lang / kin

The Kin Programming Language ( Write computer programs in Kinyarwanda - native language for Rwandans )
https://kinlang.dev
MIT License
209 stars 11 forks source link

[feature] : recursive functions in Kin #71

Closed pacifiquem closed 5 months ago

pacifiquem commented 8 months ago

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.

pacifiquem commented 7 months ago

Fixed in #95

pacifiquem commented 7 months ago

Complex recursive functions returns unexpected results.

pacifiquem commented 5 months ago

This was fixed in #119