{"id":15698305,"url":"https://github.com/ericlbuehler/kestrel-programming-language","last_synced_at":"2025-05-09T01:13:43.279Z","repository":{"id":64731883,"uuid":"576284003","full_name":"EricLBuehler/Kestrel-Programming-Language","owner":"EricLBuehler","description":"The Kestrel Programming Language.","archived":false,"fork":false,"pushed_at":"2023-07-21T16:23:47.000Z","size":2053,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-09T01:13:38.242Z","etag":null,"topics":["compiler","kestrel","programming-language","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EricLBuehler.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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":"2022-12-09T13:06:32.000Z","updated_at":"2025-05-03T11:00:31.000Z","dependencies_parsed_at":"2024-10-24T03:51:22.094Z","dependency_job_id":"8aa2ae04-8a68-48a0-ae52-d84a7c1b5a0f","html_url":"https://github.com/EricLBuehler/Kestrel-Programming-Language","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricLBuehler%2FKestrel-Programming-Language","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricLBuehler%2FKestrel-Programming-Language/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricLBuehler%2FKestrel-Programming-Language/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EricLBuehler%2FKestrel-Programming-Language/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EricLBuehler","download_url":"https://codeload.github.com/EricLBuehler/Kestrel-Programming-Language/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253171272,"owners_count":21865297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["compiler","kestrel","programming-language","rust"],"created_at":"2024-10-03T19:25:23.699Z","updated_at":"2025-05-09T01:13:43.254Z","avatar_url":"https://github.com/EricLBuehler.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kestrel Programming Language\n![Minimum rustc 1.61](https://img.shields.io/badge/rustc-1.61%2B-red)\n[![Pages Build Deployment](https://github.com/EricLBuehler/Kestrel-Programming-Language/actions/workflows/pages/pages-build-deployment/badge.svg)](https://github.com/EricLBuehler/Kestrel-Programming-Language/actions/workflows/pages/pages-build-deployment)\n[![MIT License](https://img.shields.io/badge/License-MIT-yellow)](https://github.com/EricLBuehler/Kestrel-Programming-Language/blob/master/LICENSE)\n\nThe Kestrel Programming Language is a multi-paradigm, statically and strongly typed, compiled programming language written in Rust.\n\n## Features\n- **Ahead of time compilation** - Kestrel is compiled ahead of time (AOT), instead of being interpreted or JIT compiled. AOT compilation allows Kestrel to catch entire classes of runtime errors, vastly improving the developer experience.\n\n- **Statically typed** - Kestrel resolves types at compile time, resulting in immediate warnings and feedback.\n\n- **Performance** - AOT compilation means that Kestrel programs are compiled directly to machine code, allowing programs to be executed on any target platform natively, with blazing fast performance.\n\n- **Helpful compiler** - Descriptive and detailed error messages improve the debugging experience.\n\n- **Memory safe** - Data ownership and [references](https://github.com/EricLBuehler/Kestrel-Programming-Language/blob/master/docs/references.md) enforce what are good practices in other languages and eliminate an entire class of errors.\n\n- **Algebraic type system** - Algebraic types allow less code to represent powerful constructs.\n\n## Dependencies\nSee [more](https://github.com/EricLBuehler/Kestrel-Programming-Language/blob/master/Cargo.toml) details.\n- ```inkwell``` (using ```llvm10-0```)\n\nKestrel is written in Rust, and is currently system-independent.\n\n## Usage\nSee an example [here](https://github.com/EricLBuehler/Kestrel-Programming-Language/blob/master/program.ke).\n\n```kestrel [--version | --help] [--err \u003cerror\u003e | --warn \u003cwarning\u003e] [\u003cprogram\u003e]```\n\n\n## Links\n- [Documentation](https://github.com/EricLBuehler/Kestrel-Programming-Language/tree/master/docs/)\n- [GitHub Pages](https://ericlbuehler.github.io/Kestrel-Programming-Language/)\n- [Inkwell LLVM wrapper](https://github.com/TheDan64/inkwell)\n    - [Documentation](https://thedan64.github.io/inkwell/inkwell/index.html)\n    - [License](https://github.com/TheDan64/inkwell/blob/master/LICENSE)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericlbuehler%2Fkestrel-programming-language","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericlbuehler%2Fkestrel-programming-language","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericlbuehler%2Fkestrel-programming-language/lists"}