| Crates.io | lucia-lang |
| lib.rs | lucia-lang |
| version | 0.2.0 |
| created_at | 2023-03-25 15:23:46.728649+00 |
| updated_at | 2023-09-20 13:25:09.133844+00 |
| description | Lucia programming language |
| homepage | |
| repository | https://github.com/st1020/lucia-lang |
| max_upload_size | |
| id | 820350 |
| size | 278,714 |
A programming language inspired by Lua and Python.
Lucia-lang is still in the early stages of development.
The v0.1.0 is a very early prototype with a simple GC, but it has some bugs and safety issues.
The v0.2.0 is a complete rewrite that uses gc-arena as GC and includes some code from piccolo.