Skip to content

zesterer/leon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Leon

Leon is a reimagining of Forge, an interpreted language I wrote almost a year ago. It has the same broad ambitions as Forge, but with a greater emphasis on optimisation and code quality.

Example

let square = |x| x * x;

var squares = [];
for i in 1..=100 {
    squares += square(i);
}

for square in squares {
    println(square);
}

About

A lightweight scripting language for Rust

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages