{"id":28395790,"url":"https://github.com/sirpigari/lucia-rust","last_synced_at":"2025-06-27T09:32:10.537Z","repository":{"id":295860556,"uuid":"979004059","full_name":"SirPigari/lucia-rust","owner":"SirPigari","description":"Lucia APL, but written in Rust, so its BLAZINGLY FAST","archived":false,"fork":false,"pushed_at":"2025-06-06T19:59:28.000Z","size":13206,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-06T20:56:43.188Z","etag":null,"topics":["custom-lang","lucia","lucia-apl","programming-language","rust"],"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/SirPigari.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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-05-06T21:02:56.000Z","updated_at":"2025-06-06T19:59:30.000Z","dependencies_parsed_at":"2025-05-27T18:55:00.657Z","dependency_job_id":null,"html_url":"https://github.com/SirPigari/lucia-rust","commit_stats":null,"previous_names":["sirpigari/lucia-rust"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirPigari%2Flucia-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirPigari%2Flucia-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirPigari%2Flucia-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirPigari%2Flucia-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SirPigari","download_url":"https://codeload.github.com/SirPigari/lucia-rust/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SirPigari%2Flucia-rust/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":258626434,"owners_count":22731772,"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":["custom-lang","lucia","lucia-apl","programming-language","rust"],"created_at":"2025-05-31T20:37:08.097Z","updated_at":"2025-06-27T09:32:10.526Z","avatar_url":"https://github.com/SirPigari.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Lucia 2.0.0 (Rust Edition)\n\n**Lucia** is a simple and lightweight programming language, now being rewritten in \u003ca href=\"https://www.rust-lang.org/\"\u003e\u003cimg src=\"https://upload.wikimedia.org/wikipedia/commons/0/0f/Original_Ferris.svg\" alt=\"Rust\" style=\"height:1em; vertical-align: text-bottom; position: relative; top: 2px;\"/\u003eRust\u003c/a\u003e  \nInspired by **Python**, **Lua**, and just a touch of **Java**.\n\n---\n\n[![Linux](https://github.com/SirPigari/lucia-rust/actions/workflows/test-linux.yml/badge.svg?branch=main)](https://github.com/SirPigari/lucia-rust/actions/workflows/test-linux.yml)\n[![macOS](https://github.com/SirPigari/lucia-rust/actions/workflows/test-macos.yml/badge.svg?branch=main)](https://github.com/SirPigari/lucia-rust/actions/workflows/test-macos.yml)\n[![Windows](https://github.com/SirPigari/lucia-rust/actions/workflows/test-windows.yml/badge.svg?branch=main)](https://github.com/SirPigari/lucia-rust/actions/workflows/test-windows.yml)\n[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](./LICENSE)\n\n---\n\n## Why Lucia?\n\nLucia is designed to be a clean and expressive scripting language that’s easy to pick up, yet powerful enough for real projects.\nIt combines simplicity with speed, letting you write code quickly without sacrificing performance or safety.\n\n---\n\n## Features\n\n- Clean, easy-to-read syntax inspired by Python and Lua  \n- Entirely written in Rust for reliability and speed  \n- Designed to run efficiently across all major platforms  \n- Beginner-friendly, with room to grow into advanced use cases  \n- Open source under GPLv3  \n\n---\n\n## Roadmap\n\n- [x] Rewrite basics to Rust\n- [ ] Make full support for any code from Python version\n- [ ] Develop a package manager for better module integration  \n\n---\n\n## Getting Started\n\nFor installation instructions and example code, see:  \n[`src/env/Docs/getting-started.md`](src/env/Docs/getting-started.md)\n\n---\n\n## Platform Support\n\nRuns on:\n\n- ![Windows](https://img.shields.io/badge/Windows-Supported-blue?logo=windows)  \n- ![macOS](https://img.shields.io/badge/macOS-Supported-lightgrey?logo=apple)  \n- ![Ubuntu](https://img.shields.io/badge/Ubuntu-Supported-E95420?logo=ubuntu\u0026logoColor=white)  \n- ![Arch Linux](https://img.shields.io/badge/Arch_Linux-Supported-1793D1?logo=arch-linux\u0026logoColor=white)  \n\n---\n\n## Community\n\nJoin us on Discord: [discord.gg/placeholder-rn]()\n\n---\n\n## Stable Release (Python version)\n\nCheck out the original, fully functional Python version here:  \n[SirPigari/lucia](https://github.com/SirPigari/lucia)\n\n---\n\n## License\n\nThis project is licensed under the [GPLv3 License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirpigari%2Flucia-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsirpigari%2Flucia-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsirpigari%2Flucia-rust/lists"}