Flint – A compiled, pipeline-oriented language for CLI tooling
Zero malloc churn via 4GB mmap arena—clever, but adoption is the real battle.
A safer complement of R, the legendary programming language for statistic and datasciences !
Typed R via monomorphization—clever, but R's permissive culture may reject friction.
R data scientists, statisticians, package maintainers wanting type safety
Scala for data science · PureScript
The compiler uses monomorphization to resolve generic types at compile time, so there's no runtime overhead. The type system supports structural typing, interfaces, and generics. It's still in alpha, but here's what's available so far:
GitHub: https://github.com/we-data-ch/typr
Binaries (Windows/Mac/Linux): https://github.com/we-data-ch/typr/releases
Online playground: https://we-data-ch.github.io/typr-playground.github.io/
VS Code extension with LSP: https://marketplace.visualstudio.com/items?itemName=wedata-c...
Docs (WIP): https://we-data-ch.github.io/typr.github.io/
Known limitations: the standard library is minimal so the user need to type some existing functions/variables with signatures, error messages need work, and the LSP is basic. Positron and Neovim support are in progress.
Would appreciate feedback on the type system design or ideas for use cases that would make this useful in practice.
Zero malloc churn via 4GB mmap arena—clever, but adoption is the real battle.
Built-in reactive runtime and dual JS/WASM targets challenge React and TypeScript dominance.
Endianness in the type system is clever, but another language in a saturated field.
Modern language that generates clean C11—not a wrapper, actual compiler pipeline with formal grammar and LSP.
Design-by-contract baked into grammar for a no-GC systems language.
Scripting language with native Go interop, compiles to standalone binaries.