{"id":17693806,"url":"https://github.com/eyelash/moebius","last_synced_at":"2025-05-13T03:24:30.891Z","repository":{"id":51821894,"uuid":"167823665","full_name":"eyelash/moebius","owner":"eyelash","description":"a simple and fast functional programming language","archived":false,"fork":false,"pushed_at":"2024-04-25T05:20:19.000Z","size":566,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-01T06:12:30.515Z","etag":null,"topics":["compiler","cpp","functional-language","programming-language"],"latest_commit_sha":null,"homepage":"https://eyelash.github.io/moebius","language":"C++","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/eyelash.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}},"created_at":"2019-01-27T15:22:15.000Z","updated_at":"2024-11-10T23:36:44.000Z","dependencies_parsed_at":"2024-04-25T06:28:26.867Z","dependency_job_id":"915ab097-9e86-4751-9a19-bc2def916451","html_url":"https://github.com/eyelash/moebius","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/eyelash%2Fmoebius","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyelash%2Fmoebius/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyelash%2Fmoebius/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/eyelash%2Fmoebius/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/eyelash","download_url":"https://codeload.github.com/eyelash/moebius/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253864757,"owners_count":21975795,"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","cpp","functional-language","programming-language"],"created_at":"2024-10-24T13:47:03.502Z","updated_at":"2025-05-13T03:24:29.958Z","avatar_url":"https://github.com/eyelash.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Moebius\n\na simple and fast functional programming language\n\n## Selling Points\n\n- simplicity\n- performance\n- safety\n- a fast compiler\n\n## Instructions\n\n```bash\n# clone the repo\ngit clone https://github.com/eyelash/moebius\n# compile the compiler\ncmake .\nmake\n# compile some moebius code\n./moebc examples/HelloWorld.moeb\n# run the compiled code\nexamples/HelloWorld.moeb.exe\n```\n\n## Roadmap\n\n- codegen\n  - [ ] x86\n  - [x] C\n  - [x] JavaScript\n- optimizations\n  - [x] monomorphization\n  - [x] dead code elimination\n  - [x] inlining\n  - [x] constant propagation\n  - [x] tail call optimization\n  - [ ] common subexpression elimination\n  - [ ] register allocation\n- types\n  - [x] integers\n  - [ ] floating-point numbers\n  - [x] closures\n  - [x] structs (product types)\n  - [x] enums (sum types)\n  - [x] arrays\n  - [x] strings\n  - [ ] interfaces\n  - [x] recursive types\n  - [x] first-class types\n- operators\n  - [x] arithmetic (`+`, `-`, `*`, `/`, and `%`)\n  - [x] relational (`==`, `!=`, `\u003c`, `\u003c=`, `\u003e`, and `\u003e=`)\n  - [ ] logical (`\u0026\u0026`, `||`, and `!`)\n- [x] compile-time garbage collection\n- [x] compile-time reflection\n- [ ] testing\n- [ ] monadic IO\n- [ ] async/await\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyelash%2Fmoebius","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Feyelash%2Fmoebius","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Feyelash%2Fmoebius/lists"}