tao
Functional language project
A statically-typed functional language with extensive type system features and optimization techniques, aimed at supporting totality, optimization, learning, and compiler development.
A statically-typed functional language with generics, typeclasses, sum types, pattern-matching, first-class functions, currying, algebraic effects, associated types, good diagnostics, etc.
1k stars
13 watching
23 forks
Language: Rust
last commit: over 1 year ago
Linked from 1 awesome list
compilerfunctionalprogramming-language
Related projects:
Repository | Description | Stars |
---|---|---|
zesterer/atto | A minimalist programming language with an interpreter and core library for evaluating recursive expressions | 152 |
st3v3nmw/morph | A functional programming language with strong type system and lazy evaluation, aiming to provide a powerful and expressive platform for building concurrent and parallel applications. | 1 |
zilch-lang/zilch | A language designed to provide a fully-fledged functional programming language with focus on performance and ease of use despite its low-level aspect. | 25 |
evincarofautumn/kitten | An experimental language designed for simplicity and safety in functional programming | 1,103 |
barbuz/husk | A functional programming language that combines golfing and simplification of code through type inference. | 77 |
zatonovo/lambda.r | A programming language and syntax for functional programs in R with type checking and pattern matching | 216 |
agraef/pure-lang | A language and compiler for building fast, dynamic, and functional programs with built-in support for symbolic rewriting and lazy evaluation. | 317 |
aionescu/dynasty | A language and compiler that enables lazy functional programming in JavaScript | 6 |
tadeuzagallo/verve-lang | A functional programming language designed to ease the transition from object-oriented paradigms | 345 |
cdiggins/plato | A statically typed functional language designed to reduce boilerplate code and improve performance by leveraging immutable data structures and abstract concepts. | 80 |
hamler-lang/hamler | A Haskell-style functional programming language designed to run on the Erlang Virtual Machine (BEAM), focusing on compile-time type checking and concurrency. | 1,031 |
liam-ilan/crumb | An interpreted language designed to support functional programming with features like dynamic typing and garbage collection. | 418 |
ein-lang/ein | A functional programming language designed to support scalable development | 34 |
rsms/hue | A functional programming language built on top of LLVM with the goal of producing highly optimized machine code. | 173 |