Strong foundation to learn programming
Lucia prioritizes clear syntax and structure so learning stays gradual and consistent from day one.
Official language, compiler, and editor
Lucia is an experimental language with an education-first focus, maintained as an official project.
func greet(name:string): void {
print("Hi, I'm ${name}");
}
print(greet("Lucia"));
Version 1.0.0: Quickly review what Lucia 1.0.0 includes for both the compiler and the editor. View features
Support Lucia: If this project helps you, you can leave an optional PayPal donation.
Lucia prioritizes clear syntax and structure so learning stays gradual and consistent from day one.
The editor supports users with highlighting, practical aids, and a workspace designed for focus and good habits.
Language, compiler, and CLI in one ecosystem to move from first exercises to more demanding projects.