Write computer programs in Kinyarwanda!
Getting Started . Why Kin? . VS Code support . Show us what you did!
Kin is a straightforward programming language created with the purpose of aiding Rwandans to write computer programs in their native language Kinyarwanda.
Important
Kin is designed to enable individuals to write computer programs in Kinyarwanda, the native language of Rwandans. The aim is to facilitate an easy introduction to programming for people. While it is well-suited for teaching or learning programming, its suitability for use in a production environment is not guaranteed.
reka name = injiza_amakuru("Enter your name: ")
tangaza_amakuru("Hello ", name, "!")
Get name from console and greet you!
In Kin, multiple statements can be written on the same line 😂
reka name = injiza_amakuru("Enter your name: ") tangaza_amakuru("Hello ", name, "!")
tangaza_amakuru("Hello ", injiza_amakuru("Enter your name: "), "!")
We still have a long way to go with Kin, we're calling for your contributions! Contributions are welcomed, refer to Contiributing.md for futher info.
This language is maintained by @pacifiquem.
This project is under Apache License 2.0 LICENSE.
PACIFIQUE Murangwa - Author