{"id":20803112,"url":"https://github.com/fadhili-josue/kinlang","last_synced_at":"2026-03-19T17:36:10.397Z","repository":{"id":222871228,"uuid":"758548477","full_name":"FADHILI-Josue/kinlang","owner":"FADHILI-Josue","description":"learn programming in kinyarwanda using kinlang(Programming Language to write computer programs in Kinyarwanda)","archived":false,"fork":false,"pushed_at":"2024-03-05T08:30:41.000Z","size":27,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-08T00:06:04.433Z","etag":null,"topics":["kin","kin-course","kinlang"],"latest_commit_sha":null,"homepage":"https://github.com/kin-lang/kin","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FADHILI-Josue.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-16T15:01:11.000Z","updated_at":"2024-05-18T06:28:17.000Z","dependencies_parsed_at":"2024-03-05T09:52:17.152Z","dependency_job_id":null,"html_url":"https://github.com/FADHILI-Josue/kinlang","commit_stats":null,"previous_names":["fadhili-josue/kinlang"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/FADHILI-Josue/kinlang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FADHILI-Josue%2Fkinlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FADHILI-Josue%2Fkinlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FADHILI-Josue%2Fkinlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FADHILI-Josue%2Fkinlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FADHILI-Josue","download_url":"https://codeload.github.com/FADHILI-Josue/kinlang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FADHILI-Josue%2Fkinlang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28944789,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["kin","kin-course","kinlang"],"created_at":"2024-11-17T18:42:13.927Z","updated_at":"2026-01-31T14:03:26.882Z","avatar_url":"https://github.com/FADHILI-Josue.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# KinLang 🚀🚀🚀\n\nWelcome to KinLang - Learn Programming in Kinyarwanda! 🎉\n\nthis repository is designed to teach programming concepts using [kin](github.com/kin-lang/kin)(Programming Language to write computer programs in Kinyarwanda).\n\n![kin logo](./kin.png)\n\n## Getting Started 🏁\n\nTo get started with KinLang, simply clone this repository to your local machine:\n\n```bash\ngit clone https://github.com/FADHILI-Josue/kinlang.git\n```\n\ncheck if you have node installed by running `node -v`.\n\n### setup kinlang \n\n```bash\n  npm i -g @kin-lang/cli\n  # using yarn\n  yarn add -g @kin-lang/cli\n  # using pnpm\n  pnpm add -g @kin-lang/cli\n```\n\u003e check if kin cli is installed by running `kin --version`\n\nread the basic codes and then try to run the programs using command `kin run [path-to-kinfile]` \n\n### CONTENTS 📚\n\n 1. [basics](basics)\n    - [data types](/basics/01_data_types.kin)\n    - [variables](/basics/02_variables.kin)\n    - [strings](/basics/03_strings.kin)\n    - [arrays](/basics/04_arrays.kin)\n    - [objects](/basics/05_objects.kin)\n    - [functions](/basics/06_functions.kin)\n    - [scopes](/basics/07_scopes.kin)\n    - [controll statements](/basics/08_controll_statements.kin)\n    - [loops](/basics/09_loops.kin)\n    - [io](/basics/10_io.kin)\n 2. [advanced](/advanced)\n    - [time](/advanced/time.kin)\n    - [file handling](/advanced/file_handling.kin)\n    - [util built in functions](/advanced/builtin_fns.kin) \n 3. [programs](/programs)\n    - [hello world](/programs/hello_world.kin)\n    - [output 10 numbers](/programs/output_10_nbrs.kin)\n    - [check prime number](/programs/check_prime_nbr.kin)\n\n\n\u003e [!IMPORTANT]\n\u003e install [vscode extension](https://marketplace.visualstudio.com/items?itemName=pacifiquem.kinlang) for IntelliSense, code formating, ...\n\n### Contributing 🤝\n\nfeel free to open an issue or submit a pull request. 🌟 by following the [guide](/CONTRIBUTING.md)\n\n### License 📝\n\nThis repo is licensed under the MIT License - see the [LICENSE](/LICENSE) file for details.\n\n### Acknowledgements 🙏\n\nSpecial thanks to the Author and Maintainer of kinlang [Murangwa Pacifique](https://github.com/pacifiquem).\n\n\nThank you for exploring KinLang!\ndon't forget to leave a ⭐ to this repo and [https://github.com/kin-lang/kin](https://github.com/kin-lang/kin)\n\n\n[![Star on GitHub](https://img.shields.io/github/stars/FADHILI-Josue/kinlang.svg?style=social)](https://github.com/FADHILI-Josue/kinlang/stargazers)\n[![Follow on Twitter](https://img.shields.io/twitter/follow/FADHILIJosue?style=social)](https://twitter.com/FADHILIJosue)\n[![Connect on LinkedIn](https://img.shields.io/badge/connect-linkedin-blue)](https://www.linkedin.com/in/fadhili-josue/)\n\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhili-josue%2Fkinlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffadhili-josue%2Fkinlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffadhili-josue%2Fkinlang/lists"}