{"id":31765071,"url":"https://github.com/silent-brad/epos-lang","last_synced_at":"2025-10-10T00:12:47.987Z","repository":{"id":318385555,"uuid":"1071027392","full_name":"silent-brad/epos-lang","owner":"silent-brad","description":"The Epos Programming Language","archived":false,"fork":false,"pushed_at":"2025-10-08T00:11:45.000Z","size":41,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-10-08T02:32:18.312Z","etag":null,"topics":["compiler","epos","go","llvm","nix"],"latest_commit_sha":null,"homepage":"","language":"Go","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/silent-brad.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-06T19:05:28.000Z","updated_at":"2025-10-08T00:11:49.000Z","dependencies_parsed_at":"2025-10-08T02:32:24.728Z","dependency_job_id":"d70763c0-4633-4bb7-9f0c-ae0047cdc768","html_url":"https://github.com/silent-brad/epos-lang","commit_stats":null,"previous_names":["silent-brad/lua_llvm","silent-brad/epos-lang"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/silent-brad/epos-lang","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silent-brad%2Fepos-lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silent-brad%2Fepos-lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silent-brad%2Fepos-lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silent-brad%2Fepos-lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/silent-brad","download_url":"https://codeload.github.com/silent-brad/epos-lang/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/silent-brad%2Fepos-lang/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002375,"owners_count":26083356,"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","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","epos","go","llvm","nix"],"created_at":"2025-10-10T00:12:46.536Z","updated_at":"2025-10-10T00:12:47.982Z","avatar_url":"https://github.com/silent-brad.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Epos\n_The programming language of epic poetry_\n\nEpos is a functional statically typed programming language that compiles to LLVM IR.\n\nEpos draws inspiration from [Lua](https://www.lua.org/), [Nim](https://nim-lang.org/), [Elixir](https://elixir-lang.org/), [Gleam](https://gleam.run/), [Go](https://golang.org/), and [Rust](https://www.rust-lang.org/).\n\n\u003e NOTE: The Epos compiler requires Nix to build.\n\nExample code\n```epos\n# Single line comment\n\n#[\n  #[\n    Multi line comment (can be nested)\n  ]#\n]#\n\nprint(\"Hello, World!\")\n\n# Names can be use \"_\" and \"-\"\n\nfn add(a: int, b: int): int\n  a + b\nend\nprint(add(1, 2))\n\nfn factorial(n: int): int\n  match n == 0\n    true -\u003e 1\n    _ -\u003e n * factorial(n - 1)\n  end\nend\nprint(factorial(5))\n\nregular_string: string = \"Hello, World!\"\nmulti_line_string: string = [[\n  Hello, World!\n]]\n\nboolean: bool = true\n\nnum: int = 42\n\narray: list(int) = {1, 2, 3}\n\nrecord Person\n  name: string\n  age: int\n  favorite_color?: string\nend\n\nperson: Person = @{\n  name: \"John Doe\",\n  age: 42\n}\n\n```\n\n## Setup\n- Run `nix build`\n\n## Command to run\n- Run `./result/bin/epos ./examples/hello.epos`\n- Run `./build/hello`\n\n## Notes:\n- This is in active development\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent-brad%2Fepos-lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsilent-brad%2Fepos-lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsilent-brad%2Fepos-lang/lists"}