{"id":20007442,"url":"https://github.com/mystpi/bella","last_synced_at":"2025-05-04T18:33:50.195Z","repository":{"id":169878642,"uuid":"642858015","full_name":"MystPi/bella","owner":"MystPi","description":"🐶 Bella ⌁ A simple functional programming language ⌁ Written in Gleam!","archived":false,"fork":false,"pushed_at":"2024-03-09T18:55:55.000Z","size":967,"stargazers_count":22,"open_issues_count":2,"forks_count":3,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T10:05:29.051Z","etag":null,"topics":["functional-programming","gleam","interpreter","lexer","nodejs","parser","programming-language"],"latest_commit_sha":null,"homepage":"","language":"Gleam","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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2023-05-19T13:57:31.000Z","updated_at":"2024-12-21T01:14:35.000Z","dependencies_parsed_at":"2023-12-25T21:08:56.193Z","dependency_job_id":null,"html_url":"https://github.com/MystPi/bella","commit_stats":null,"previous_names":["mystpi/bella"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fbella","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fbella/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fbella/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MystPi%2Fbella/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MystPi","download_url":"https://codeload.github.com/MystPi/bella/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252382784,"owners_count":21739214,"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":["functional-programming","gleam","interpreter","lexer","nodejs","parser","programming-language"],"created_at":"2024-11-13T06:16:36.767Z","updated_at":"2025-05-04T18:33:49.421Z","avatar_url":"https://github.com/MystPi.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bella programming language\n\n![Bella language logo](assets/Bella-language.png)\n\nBella is a simple functional programming language, written in [Gleam](https://gleam.run). Still very much a work-in-progress. 🚧\n\n## Using Bella\n\n[Download](https://github.com/MystPi/bella/releases) the appropriate executable for your system and add it to PATH, then you can:\n\n- Try out the [examples](/examples/)\n  ```sh\n  bella ./examples/hello_world.bella\n  ```\n- Create a project\n  ```sh\n  bella create my_project\n  cd my_project\n  bella run\n  ```\n\n## Developing\n\nYou will need:\n\n- Gleam\n- Deno _(This is Gleam's target runtime)_\n- This repo\n\n```sh\ngleam run ./examples/hello_world.bella\n```\nYou can also compile an executable:\n\n```sh\n# Build\ngleam clean \u0026\u0026 gleam build\n\n# Compile\ndeno compile -o ./build/bella --unstable --allow-all ./build/dev/javascript/bella/main.ts\n\n# Run\n./build/bella ./examples/countdown.bella\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Fbella","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmystpi%2Fbella","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmystpi%2Fbella/lists"}