Skip to content
/ kin Public
forked from kin-lang/kin

[Exprimental] Write computer programs in Kinyarwanda.

License

Notifications You must be signed in to change notification settings

ndungtse/kin

 
 

Repository files navigation

Kin Logo

Write computer programs in Kinyarwanda!

Getting Started . Why Kin? . VS Code support . Show us what you did!

GitHub . GitHub last commit . Version . Stars . Issues

Description

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.

What does it look like

Bubble sort algorithm implementation 😎

Kin Sample Codes

Hello <name> !

reka name = injiza_amakuru("Enter your name: ")
tangaza_amakuru("Hello ", name, "!")

Get name from console and greet you!

Fun fact!

In Kin, multiple statements can be written on the same line 😂

This will work

reka name = injiza_amakuru("Enter your name: ") tangaza_amakuru("Hello ", name, "!")

Also this will work

tangaza_amakuru("Hello ", injiza_amakuru("Enter your name: "), "!")

Contributing

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.

Maintainers

This language is maintained by @pacifiquem.

License

This project is under Apache License 2.0 LICENSE.



PACIFIQUE Murangwa - Author

About

[Exprimental] Write computer programs in Kinyarwanda.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.6%
  • JavaScript 2.4%