0.4.0 • Published 1 year ago

@kin-lang/core v0.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 year ago

Description

Kin is a straightforward programming language created with the purpose of aiding Kinyarwanda speakers in easily learning programming.

!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

# Print 100 numbers
reka i = 1
subiramo_niba (i<=100) {
  tangaza_amakuru(i)
  i = i + 1
}

Contributing

We still have a long way to go with Kin, with many features and behaviour that we still need to introduce as they're in TODO 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.

0.4.0

1 year ago

0.3.0

1 year ago

0.1.0

1 year ago