hue
Functional compiler
A functional programming language built on top of LLVM with the goal of producing highly optimized machine code.
A functional programming language
173 stars
7 watching
9 forks
Language: C++
last commit: over 12 years ago Related projects:
Repository | Description | Stars |
---|---|---|
xixixao/shem | A compiler for a statically typed, pure-by-default functional programming language with an S-expressions-based syntax and support for a full-featured collections library. | 391 |
raviqqe/fmm | A minimal functional programming language compiler target | 18 |
agraef/pure-lang | A functional programming language with JIT compilation and symbolic rewriting capabilities. | 315 |
rsms/co | Developing a statically typed, general-purpose programming language with an optimizing compiler | 151 |
aionescu/dynasty | A language and compiler that enables lazy functional programming in JavaScript | 6 |
zesterer/tao | A statically-typed functional language with extensive type system features and optimization techniques, aimed at supporting totality, optimization, learning, and compiler development. | 1,092 |
gabriella439/grace | An interpreted functional programming language with type inference and efficient parsing. | 388 |
champii/rock | A Rust-based compiler and runtime environment designed to provide a safe and efficient way to execute functional programming languages. | 67 |
rsms/wlang | Develops an assembler and compiler for a programming language | 47 |
rsms/compis | A systems programming language that aims to provide clarity and memory safety through explicit type encoding and ownership-based memory management. | 213 |
eschelle/eschelle | A programming language with garbage collection and virtual machine, designed for functional programming. | 5 |
zatonovo/lambda.r | A programming language and syntax for functional programs in R with type checking and pattern matching | 215 |
facet-lang/facet | A research project aiming to build a functional programming language with algebraic effects and handlers, focusing on call-by-value evaluation order and type theory for control over staging and erasure. | 81 |
yosbelms/ramdascript | A functional programming language that compiles to JavaScript, featuring Lisp-like syntax and Ramda as the standard library. | 132 |
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. | 2 |