{"id":17350412,"url":"https://github.com/jlkiri/beemo","last_synced_at":"2025-07-25T17:38:34.803Z","repository":{"id":45911884,"uuid":"409275071","full_name":"jlkiri/beemo","owner":"jlkiri","description":"Unremarkable Python-inspired programming language with remarkably good errors.","archived":false,"fork":false,"pushed_at":"2021-10-25T09:37:55.000Z","size":462,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":4,"default_branch":"main","last_synced_at":"2024-10-16T18:33:53.116Z","etag":null,"topics":["beemo","language","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jlkiri.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}},"created_at":"2021-09-22T16:19:42.000Z","updated_at":"2024-05-09T17:52:26.000Z","dependencies_parsed_at":"2022-08-06T10:01:42.329Z","dependency_job_id":null,"html_url":"https://github.com/jlkiri/beemo","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/jlkiri%2Fbeemo","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlkiri%2Fbeemo/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlkiri%2Fbeemo/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jlkiri%2Fbeemo/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jlkiri","download_url":"https://codeload.github.com/jlkiri/beemo/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228415426,"owners_count":17916158,"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":["beemo","language","programming-language"],"created_at":"2024-10-15T17:06:48.305Z","updated_at":"2024-12-06T05:21:15.561Z","avatar_url":"https://github.com/jlkiri.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Beemo\n\nUnremarkable Python-inspired programming language with remarkably good errors.\n\n## Grammar\n\nRead [GRAMMAR.md](GRAMMAR.md)\n\n## Background\n\nThis language is an experiment in the design of an interpreter with extremely empathetic feedback. The goal is to become a language that is learnable solely from error messages.\n\n## Feel\n\n```\nbinary_search(array, num):\n\t0 -\u003e lo\n\t8 -\u003e hi\n\twhile lo \u003c= hi:\n\t\tlo + (hi - lo) / 2 -\u003e mid\n\t\tif array[mid] == num:\n\t\t\treturn mid\n\t\tif array[mid] \u003e num:\n\t\t\tmid -\u003e hi\n\t\tif array[mid] \u003c num:\n\t\t\tmid + 1 -\u003e lo\n\nmain:\n\t{1, 2, 3, 4, 5, 6, 7, 8, 9} -\u003e array\n\tprint binary_search(array, 8)\n```\n\n## Usage\n\n* `git clone` this repository\n* `cargo run -q examples/[example_name].bmo`\n\n## Error examples\n\n![ident](pics/ident.jpeg)\n\n![quote](pics/quote.png)\n\n![undefined](pics/undefined.png)\n\n![colon](pics/colon.png)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlkiri%2Fbeemo","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjlkiri%2Fbeemo","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjlkiri%2Fbeemo/lists"}