{"id":17508168,"url":"https://github.com/pyxherb/slake","last_synced_at":"2026-02-09T05:34:46.055Z","repository":{"id":265717909,"uuid":"895888659","full_name":"pyxherb/slake","owner":"pyxherb","description":"An embeddable programming language.","archived":false,"fork":false,"pushed_at":"2024-11-30T17:02:56.000Z","size":1370,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-11-30T17:37:05.452Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","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/pyxherb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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-11-29T05:52:27.000Z","updated_at":"2024-11-30T17:03:00.000Z","dependencies_parsed_at":"2024-12-01T08:05:08.844Z","dependency_job_id":null,"html_url":"https://github.com/pyxherb/slake","commit_stats":{"total_commits":178,"total_committers":2,"mean_commits":89.0,"dds":0.1348314606741573,"last_synced_commit":"dee452dff1b6ae435e002d5a7fa08d286839c23c"},"previous_names":["pyxherb/slake"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxherb%2Fslake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxherb%2Fslake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxherb%2Fslake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyxherb%2Fslake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyxherb","download_url":"https://codeload.github.com/pyxherb/slake/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228735326,"owners_count":17964466,"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":["c-plus-plus","c-plus-plus-17","cpp","cpp17","embeddable-language","gamedev","gamedev-library","language","programming-language","scripting-language"],"created_at":"2024-10-20T04:12:35.872Z","updated_at":"2026-02-09T05:34:46.049Z","avatar_url":"https://github.com/pyxherb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Slake\n\n\u003cdiv style=\"text-align: center\"\u003e\n    \u003cimg src=\"./common/logo2.svg\" alt=\"Slake logo\"\u003e\u003cbr/\u003e\n\u003c/div\u003e\n\n## Introduction\n\nSlake is a type-safe and embeddable programming language for extensible\napplications.\n\nIt supports:\n\n* Function Overloading\n* Value-based Generics\n* Union Enumeration (ADT-like)\n* Coroutine\n* and more...\n\n## Development Progress\n\n✅: Completed\n\n🕓: Working In Progress\n\n⏸: Paused/Postponed\n\n📝: Planned\n\n* Compiler 🕓\n  * Type Checker 🕓\n  * Type-based Generic ✅\n  * Value-based Generic ✅\n  * Function Invoking ✅\n  * Parameter-name-based Function Invoking 📝\n  * Class Instantiation ✅\n  * Class Inheritance ✅\n    * Cyclic Inheritance Checker ✅\n  * Interface Implementing ✅\n    * Cyclic Inheritance Checker ✅\n  * Structure Instantiation 🕓\n    * Type Recursion Checker ✅\n  * Coroutine 🕓\n    * As Type 🕓\n  * Exception 🕓\n  * Constant Enumeration (syntatic sugar) 🕓\n  * Scoped Enumeration 🕓\n  * Union Enumeration (ADT-like) 🕓\n    * Type Recursion Checker ✅\n  * Tuple Type 🕓\n  * Parameter Pack 🕓\n    * Unpacking as Parameters ✅\n  * Type-specific Path (`with`) 🕓\n  * Pattern Matching 🕓\n  * Type-based Pattern Matching 🕓\n  * Attribute 🕓\n  * Lambda Expression 🕓\n  * Generic Type Specialization 📝\n  * Generic Function Specialization 📝\n  * Macro 📝\n  * Accessor (syntactic sugar, with back field accessing) 📝\n* Language Server 📝\n  * Linting 📝\n  * Snippets 📝\n  * Formatting 📝\n  * Renaming 📝\n\n* Runtime 🕓\n  * Interpreter ✅ (Most of the functions are completed)\n  * Program Analyzer 🕓\n  * Program Optimizer 🕓\n  * Runtime Library 🕓\n\n* JIT Recompiler 🕓\n  * x86-64 Backend 🕓\n  * ARM64 Backend 📝\n  * RISC-V Backend 📝\n\n* AOT Compiler 🕓\n  * Native C++ Backend (SLX2CXX) 🕓\n  * WASM Backend (SLX2WASM) 📝\n\n## Building\n\nTo build Slake, you will always need:\n\n* CMake (version \u003e 3.23)\n* A C++ compiler with C++17 support\n* A C++17 standard library, which at least has freestanding environment support.\n* The PEFF library\n\n## License\n\nSlake is licensed under GNU Lesser Public License v3.0 with linking exception.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyxherb%2Fslake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyxherb%2Fslake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyxherb%2Fslake/lists"}