{"id":20007445,"url":"https://github.com/mystpi/orca","last_synced_at":"2026-06-11T05:31:35.760Z","repository":{"id":37846309,"uuid":"448663463","full_name":"MystPi/orca","owner":"MystPi","description":"The Orca programming language","archived":false,"fork":false,"pushed_at":"2022-05-20T19:24:07.000Z","size":21,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-12T17:50:10.380Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://mystpi.github.io/orca","language":"JavaScript","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/MystPi.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}},"created_at":"2022-01-16T20:19:42.000Z","updated_at":"2023-03-17T12:51:24.000Z","dependencies_parsed_at":"2022-08-19T07:41:19.657Z","dependency_job_id":null,"html_url":"https://github.com/MystPi/orca","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/MystPi%2Forca","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Forca/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Forca/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Forca/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MystPi","download_url":"https://codeload.github.com/MystPi/orca/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241444196,"owners_count":19963760,"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":[],"created_at":"2024-11-13T06:16:41.164Z","updated_at":"2026-06-11T05:31:35.751Z","avatar_url":"https://github.com/MystPi.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# The Orca Programming Language\n\nOrca (*Egg* from the book *Eloquent JavaScript*) is a simple programming language that supports functions, closures, and more.\n\n```orca\ndo(\n  print(\"Hello, world!\"),\n  define(pswd, input(\"What is the password? \")),\n  if (==(pswd, \"0rc4\"),\n    print(\"Welcome!\"),\n    print(\"Try again.\")\n  )\n)\n```\n```orca\ndo(\n  define(factorial, n,\n    if(\u003c=(n, 1),\n      1,\n      *(n, -(n, 1))\n    )\n  ),\n  print(factorial(4)) # 24\n)\n```\n\n## Online Orca Editor\nYou can write and save Orca programs with syntax highlighting at https://mystpi.github.io/orca.\n\n## Installation\nOrca can be installed via `npm`.\n```bash\nnpm install -g orcalang\n```\n\n## Usage\n```bash\norca \u003cfilename\u003e\n```\n\n## Documentation\nComing soon.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Forca","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmystpi%2Forca","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Forca/lists"}