#language #optimization #blur

app blur_lang

Language for JavaScript optimization

2 releases

0.1.1 Jan 20, 2025
0.1.0 Jan 20, 2025

#173 in Memory management

MIT license

2KB

Blur Language

The compiler will transform the Blur code into optimized JavaScript. The main goal will be avoding unnecessary allocations and reducing GC invocation. The syntax of Blur language will be similar to Rust.

No runtime deps