Lace is an efficient, modern and predictable procedural programming language written in rust.
-
Easy to write: Lace's syntax is easy to learn and write, saving you development time.
-
Speed benchmarks and WASM compiler coming soon.
Features
Lace features a curly-bracket syntax, with support for structs with functions. (Note that this is not OOP, as it does not support concepts such as inheritance or polymorphism.) A hello world lace program would look like this:
writeln!("Hello, world!");