{"id":15399201,"url":"https://github.com/edg-l/edlang","last_synced_at":"2025-06-24T09:33:10.635Z","repository":{"id":165245461,"uuid":"611793769","full_name":"edg-l/edlang","owner":"edg-l","description":"Experimental statically-typed compiled programming language made with LLVM and Rust.","archived":false,"fork":false,"pushed_at":"2024-08-01T07:04:30.000Z","size":106002,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-29T03:41:30.354Z","etag":null,"topics":["compiler","edlang","experimental-language","language","llvm","programming-language","rust"],"latest_commit_sha":null,"homepage":"https://ed-lang.org","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/edg-l.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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},"funding":{"github":["edg-l"],"liberapay":"edgl"}},"created_at":"2023-03-09T15:01:04.000Z","updated_at":"2025-03-20T15:28:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"75cebd30-acfa-472a-a7af-015466d4b215","html_url":"https://github.com/edg-l/edlang","commit_stats":{"total_commits":181,"total_committers":1,"mean_commits":181.0,"dds":0.0,"last_synced_commit":"0d39a300f5fe3e8ab07cda8b36c3b377b69cbdff"},"previous_names":[],"tags_count":19,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Fedlang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Fedlang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Fedlang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/edg-l%2Fedlang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/edg-l","download_url":"https://codeload.github.com/edg-l/edlang/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249165877,"owners_count":21223343,"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","edlang","experimental-language","language","llvm","programming-language","rust"],"created_at":"2024-10-01T15:47:22.009Z","updated_at":"2025-04-15T22:30:45.614Z","avatar_url":"https://github.com/edg-l.png","language":"Rust","funding_links":["https://github.com/sponsors/edg-l","https://liberapay.com/edgl"],"categories":[],"sub_categories":[],"readme":"# edlang\n\nAn experimental statically-typed compiled programming language made with LLVM and Rust.\n\nSyntax is subject to change any time right now. It has a rusty style for now.\n\n```rust\npub fn main() -\u003e i32 {\n    let b: i32 = factorial(4);\n    return b;\n}\n\npub fn factorial(n: i32) -\u003e i32 {\n    if n == 1 {\n        return n;\n    } else {\n        return n * factorial(n - 1);\n    }\n}\n\nmod hello {\n  pub fn world(ptr: *const u8) -\u003e u8 {\n    return *ptr;\n  }\n}\n```\n\n## edb: The edlang builder\n\n`edb` is a tool like cargo but for edlang:\n\n```\nedlang builder\n\nUsage: edlang \u003cCOMMAND\u003e\n\nCommands:\n  new    Initialize a project\n  build  Build a project\n  help   Print this message or the help of the given subcommand(s)\n\nOptions:\n  -h, --help     Print help\n  -V, --version  Print version\n```\n\n## Dependencies\n\n- Rust\n- LLVM 18\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Fedlang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fedg-l%2Fedlang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fedg-l%2Fedlang/lists"}