#language #blur #javascript #optimization

app blur_lang

Language for JavaScript optimization

2 releases

0.1.1 Jan 20, 2025
0.1.0 Jan 20, 2025

#1634 in Web programming

45 downloads per month

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