{"id":19885341,"url":"https://github.com/kisaragieffective/origlang","last_synced_at":"2025-05-02T16:31:44.621Z","repository":{"id":41125973,"uuid":"508420416","full_name":"KisaragiEffective/origlang","owner":"KisaragiEffective","description":null,"archived":false,"fork":false,"pushed_at":"2025-04-29T02:10:52.000Z","size":1855,"stargazers_count":4,"open_issues_count":103,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-29T03:29:25.749Z","etag":null,"topics":["programming-language","static-typed","toy-language"],"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/KisaragiEffective.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null}},"created_at":"2022-06-28T18:56:23.000Z","updated_at":"2025-04-29T02:10:56.000Z","dependencies_parsed_at":"2024-06-03T21:43:45.712Z","dependency_job_id":"23c5b716-5170-4674-9c28-3315fdc2a444","html_url":"https://github.com/KisaragiEffective/origlang","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/KisaragiEffective%2Foriglang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Foriglang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Foriglang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KisaragiEffective%2Foriglang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KisaragiEffective","download_url":"https://codeload.github.com/KisaragiEffective/origlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252071816,"owners_count":21690096,"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":["programming-language","static-typed","toy-language"],"created_at":"2024-11-12T17:34:00.791Z","updated_at":"2025-05-02T16:31:40.684Z","avatar_url":"https://github.com/KisaragiEffective.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# origlang (仮称)\n\n[`@KisaragiEffective`](https://github.com/KisaragiEffective) による個人的な研究プロジェクト。\n\n## 目的\n\n* 既存のプログラミング言語に対する理解を深める\n* 先端的なアイデアが実用的かどうかの実験\n\n## 言語設計のコンセプト\n\n* 既存の言語の良いところをピックアップする\n* ユーザーエクスペリエンスの観点から見て必須ではない制限を取り除く\n* 明示的に緩めない限り強いセマンティクスをもたせる\n  * ❌\n    * C++'s `noexcept`\n    * Java's `final`\n  * ⭕️\n    * Kotlin's `open`\n    * Rust's `mut`\n    * Java's `throws`\n      * nb. no plan to introduce checked exception\n* 対称性よりも実用性を優先する\n    * 例えば、Lispはほぼすべての物事が伝統的にコンスリストで処理されるが、この言語はそうではない\n    * 例えば、Zigはジェネリクスの型引数を宣言する際、`comptime T: type`という記法を[使う](https://ziglang.org/documentation/master/#Generic-Data-Structures)が、この言語はそうではない\n* グローバル空間に何もかもぶちまけない\n    * 例えば、PHPは(おそらく過去の互換性の観点から) 名前空間を使えるにも関わらず標準ライブラリの関数が全てグローバル空間に置かれているが、この言語はそうではない\n* ポインタではない形におけるマルチバイト文字の対応 (UTF-8)\n* 適切なセマンティクスを考慮した診断\n* 最初から組み込まれたリンター\n\n## 現状の機能\n\n* **静的型付け**\n  * 符号付き整数\n  * UTF-8文字列\n  * 真偽値\n  * タプル\n  * ユニット値\n* 四則演算\n* 等価性判定\n* `if`式\n* ブロック式\n* レキシカルスコープ\n* ...\n\n## 実装\n\n`package` 以下にサブクレートとして存在しています。大まかな解説は`package/README.md`を参照してください。\n\n## 初めての方へ\n\n`docs` 以下に言語自体のドキュメントを用意しました。随時拡張予定です。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragieffective%2Foriglang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkisaragieffective%2Foriglang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkisaragieffective%2Foriglang/lists"}