{"id":15202727,"url":"https://github.com/lunandd/firework_lang","last_synced_at":"2025-10-02T18:31:54.236Z","repository":{"id":57629879,"uuid":"418072972","full_name":"lunandd/firework_lang","owner":"lunandd","description":"A pure functional programming language","archived":true,"fork":false,"pushed_at":"2022-03-21T16:58:37.000Z","size":120,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-23T22:14:20.725Z","etag":null,"topics":["llvm","llvm-ir","rust","rust-crate"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lunandd.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2021-10-17T09:03:40.000Z","updated_at":"2023-01-28T02:13:43.000Z","dependencies_parsed_at":"2022-09-12T15:30:31.608Z","dependency_job_id":null,"html_url":"https://github.com/lunandd/firework_lang","commit_stats":null,"previous_names":["pavlos-efstathiou/firework_lang"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunandd%2Ffirework_lang","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunandd%2Ffirework_lang/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunandd%2Ffirework_lang/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lunandd%2Ffirework_lang/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lunandd","download_url":"https://codeload.github.com/lunandd/firework_lang/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235038109,"owners_count":18926207,"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":["llvm","llvm-ir","rust","rust-crate"],"created_at":"2024-09-28T04:02:26.110Z","updated_at":"2025-10-02T18:31:48.946Z","avatar_url":"https://github.com/lunandd.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BEWARE! This project has failed, is archived and will probably will be rebuilt in Haskell!\r\n## Firework programming language\r\n\r\n[![Test Status](https://github.com/Pavlos-Efstathiou/firework_lang/workflows/Rust/badge.svg?event=push)](https://github.com/Pavlos-Efstathiou/firework_lang/actions)\r\n![Lines of Code](https://tokei.rs/b1/github/Pavlos-Efstathiou/firework_lang)\r\n[![Crates.io Version](https://img.shields.io/crates/v/firework_lang)](https://crates.io/crates/firework_lang)\r\n[![Crates.io Downloads](https://img.shields.io/crates/d/firework_lang)](https://crates.io/crates/firework_lang)\r\n[![Crates.io License](https://img.shields.io/crates/l/firework_lang)](https://crates.io/crates/firework_lang)\r\n[![Minimum rustc version](https://img.shields.io/badge/rustc-1.46.0+-blue.svg)](https://blog.rust-lang.org/2020/08/27/Rust-1.46.0.html)\r\n\r\nFunctional programming language that compiles to [LLVM IR](https://llvm.org/docs/LangRef.html) (Very incomplete, be warned)\r\n\r\n## Build Guide\r\n\r\n### 1. Installing Rust\r\n\r\n- *nix:\r\n\t```sh\r\n\tcurl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh\r\n\t```\r\n\t\r\n- Windows:\r\n\tInstall [rustup-init](https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe) and run it\r\n  \r\n### 2a. Installing Firework\r\n```sh\r\ncargo install firework_lang\r\n```\r\n### 2b. Updating Firework\r\n```sh\r\ncargo install firework_lang --force\r\n```\r\n\r\n### 2b. Building from Source\r\n```sh\r\ngit clone https://github.com/Pavlos-Efstathiou/firework_lang\r\ncd firework_lang\r\ncargo build --release\r\n```\r\n\r\n\r\n### 3. Installing LLVM 12.x\r\n\r\n- [*nix](https://llvm.org/docs/CMake.html)\r\n- [Windows Binaries](https://github.com/PLC-lang/llvm-package-windows/releases/tag/v12.0.1)\r\n\r\n## Quickstart\r\n\r\n```sh\r\nfirework_lang new hello_world\r\ncd hello_world\r\nfirework_lang run\r\n```\r\n\r\n### 4. Running the example\r\n\r\n```sh\r\ngit clone https://github.com/Pavlos-Efstathiou/firework_lang\r\ncd firework_lang/example\r\nfirework_lang run\r\n```\r\n\r\n## Upcoming features\r\n\r\n- [ ] Algebraic Data Types\r\n- [ ] Custom Data Types\r\n- [ ] Dependency management\r\n- [ ] REPL","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunandd%2Ffirework_lang","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flunandd%2Ffirework_lang","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flunandd%2Ffirework_lang/lists"}