Grain is a new programming language targeting Web Assembly
published on 2023/08/19
- Grain compiles directly to WebAssembly, taking full advantage of its speed and efficiency.
- No runtime type errors, ever. Every bit of Grain you write is thoroughly sifted for type errors, with no need for type annotations.
- Grain has its roots in functional programming, but is flexible enough to accommodate different programming styles for various applications.