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"));
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.