GithubHelp home page GithubHelp logo

ndungutsecharles103 / kin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from kin-lang/kin

0.0 0.0 0.0 897 KB

[Exprimental] Write computer programs in Kinyarwanda.

License: MIT License

TypeScript 97.62% JavaScript 2.38%

kin's Introduction

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

kin's People

Contributors

pacifiquem avatar renovate[bot] avatar regisrex avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.