{"id":16871658,"url":"https://github.com/phase/obx","last_synced_at":"2025-03-18T19:53:26.306Z","repository":{"id":86155168,"uuid":"54069279","full_name":"phase/obx","owner":"phase","description":"Functional prefix programming language for golf or math or anything you want.","archived":false,"fork":false,"pushed_at":"2016-03-24T09:41:58.000Z","size":10,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-24T22:31:38.462Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2016-03-16T21:56:44.000Z","updated_at":"2021-09-24T22:44:48.000Z","dependencies_parsed_at":null,"dependency_job_id":"d7eb9c5b-72cf-4ecd-98d0-039a24d96e4a","html_url":"https://github.com/phase/obx","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/phase%2Fobx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase%2Fobx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase%2Fobx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phase%2Fobx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phase","download_url":"https://codeload.github.com/phase/obx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244297061,"owners_count":20430336,"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-10-13T15:09:23.817Z","updated_at":"2025-03-18T19:53:26.296Z","avatar_url":"https://github.com/phase.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# obx\nFunctional prefix programming language for golf or math or anything you want.\n\n## Short Explanation\nEach line is a function, and the last line is executed with the inputs.\nEach function takes up to 3 inputs (`x`, `y`, and `z`), and returns the result.\nFunctions are written in prefix notation, like Pyth.\n\n```\n+xy\nA1x\n```\n\nWith an input of `5`, this program would output `6`. Let's learn why.\n\n`+xy` creates a function called _A_ that adds _x_ (the first argument) and _y_ (the second argument).\n`A1x` creates a function called _B_ that calls _A_ with `1` and _x_ (the first argument).\nThe last function created is called with whatever the input is.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase%2Fobx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphase%2Fobx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphase%2Fobx/lists"}