{"id":13580195,"url":"https://github.com/tsoding/bada","last_synced_at":"2025-04-29T12:15:46.383Z","repository":{"id":212165240,"uuid":"729958662","full_name":"tsoding/bada","owner":"tsoding","description":"Simple Programming Language that compiles to BEAM bytecode","archived":false,"fork":false,"pushed_at":"2024-02-17T17:22:52.000Z","size":62,"stargazers_count":70,"open_issues_count":3,"forks_count":6,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-29T12:15:39.806Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/tsoding.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":"2023-12-10T21:35:40.000Z","updated_at":"2024-12-23T13:42:04.000Z","dependencies_parsed_at":"2023-12-23T18:37:22.719Z","dependency_job_id":"a9daf5c6-722b-4dfd-a6aa-38dd92d7c361","html_url":"https://github.com/tsoding/bada","commit_stats":null,"previous_names":["tsoding/bada"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsoding%2Fbada","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsoding%2Fbada/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsoding%2Fbada/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tsoding%2Fbada/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tsoding","download_url":"https://codeload.github.com/tsoding/bada/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251498957,"owners_count":21598983,"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-08-01T15:01:48.562Z","updated_at":"2025-04-29T12:15:46.364Z","avatar_url":"https://github.com/tsoding.png","language":"Rust","funding_links":[],"categories":["Rust"],"sub_categories":[],"readme":"# Bada\n\nSimple Programming Language that compiles to BEAM bytecode.\n\n## Quick Start\n\nInstall dependencies:\n- [Rust](https://www.rust-lang.org/)\n- [Erlang](https://www.erlang.org/)\n\nCompile the Compiler (we don't use Cargo because we don't have any thirdparty dependencies yet):\n\n```console\n$ rustc ./src/bada.rs\n```\n\nCompile an example using the Compiler:\n\n```console\n$ ./bada ./examples/bada.boom\n```\n\nLoad the example into Erlang environment:\n\n```console\n$ erl\n\u003e code:add_path(\"./examples/\").\n\u003e code:load_file(bada).\n\u003e bada:hello().\n\u003e bada:world().\n```\n\nTo reload the Example module:\n\n```console\n\u003e code:purge(bada), code:load_file(bada).\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsoding%2Fbada","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftsoding%2Fbada","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftsoding%2Fbada/lists"}