https://github.com/sirpigari/lucia-rust
Lucia APL, but written in Rust, so its BLAZINGLY FAST
https://github.com/sirpigari/lucia-rust
custom-lang lucia lucia-apl programming-language rust
Last synced: 7 months ago
JSON representation
Lucia APL, but written in Rust, so its BLAZINGLY FAST
- Host: GitHub
- URL: https://github.com/sirpigari/lucia-rust
- Owner: SirPigari
- License: gpl-3.0
- Created: 2025-05-06T21:02:56.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-06-06T19:59:28.000Z (8 months ago)
- Last Synced: 2025-06-06T20:56:43.188Z (8 months ago)
- Topics: custom-lang, lucia, lucia-apl, programming-language, rust
- Language: Rust
- Homepage:
- Size: 12.6 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Lucia 2.0.0 (Rust Edition)
**Lucia** is a simple and lightweight programming language, now being rewritten in
Rust
Inspired by **Python**, **Lua**, and just a touch of **Java**.
---
[](https://github.com/SirPigari/lucia-rust/actions/workflows/test-linux.yml)
[](https://github.com/SirPigari/lucia-rust/actions/workflows/test-macos.yml)
[](https://github.com/SirPigari/lucia-rust/actions/workflows/test-windows.yml)
[](./LICENSE)
---
## Why Lucia?
Lucia is designed to be a clean and expressive scripting language that’s easy to pick up, yet powerful enough for real projects.
It combines simplicity with speed, letting you write code quickly without sacrificing performance or safety.
---
## Features
- Clean, easy-to-read syntax inspired by Python and Lua
- Entirely written in Rust for reliability and speed
- Designed to run efficiently across all major platforms
- Beginner-friendly, with room to grow into advanced use cases
- Open source under GPLv3
---
## Roadmap
- [x] Rewrite basics to Rust
- [ ] Make full support for any code from Python version
- [ ] Develop a package manager for better module integration
---
## Getting Started
For installation instructions and example code, see:
[`src/env/Docs/getting-started.md`](src/env/Docs/getting-started.md)
---
## Platform Support
Runs on:
- 
- 
- 
- 
---
## Community
Join us on Discord: [discord.gg/placeholder-rn]()
---
## Stable Release (Python version)
Check out the original, fully functional Python version here:
[SirPigari/lucia](https://github.com/SirPigari/lucia)
---
## License
This project is licensed under the [GPLv3 License](LICENSE).