mueval
Haskell Interpreter
A Haskell interpreter designed to evaluate pure functions securely and efficiently in a sandboxed environment.
A secure sandboxed Haskell interpreter for pure function evaluation
76 stars
3 watching
18 forks
Language: Haskell
last commit: 9 months ago Related projects:
Repository | Description | Stars |
---|---|---|
jyh1/mmaclone | An interpreter of Wolfram Language implemented in Haskell to deepen understanding of the language and its ecosystem | 242 |
heinrichapfelmus/hyper-haskell | An interactive graphical interpreter for the Haskell programming language | 361 |
haskell-hint/hint | An interpreter for a functional programming language, allowing developers to run and interact with compiled code at runtime. | 261 |
jeremyschlatter/chime | An interpreter for Bel programming language | 18 |
haskell-suite/haskell-src-exts | A toolset for manipulating and analyzing Haskell source code | 194 |
mattgreen/hython | A Haskell-powered Python interpreter implementing most of the language's syntax and functionality | 579 |
leventerkok/sbv | A tool for expressing and proving properties about Haskell programs using SMT solvers. | 245 |
morganstanley/hobbes | An embedded language and JIT compiler for efficient dynamic expression evaluation and data analysis | 1,173 |
erdwolf/prolog | An interpreter for a logic-based programming language written in Haskell. | 61 |
mthom/shentong | An implementation of a modern Lisp family programming language | 163 |
mwerezak/sphinx-lang | An interpreter for a dynamically typed language written in Rust, aiming to create a lightweight and expressive language runtime. | 290 |
cofinalsubnets/wisp | A Haskell-based interpreted Lisp language with features like lexical closures and continuations, designed to be easily embedded in other programs. | 115 |
phipsgabler/operajonal | A JavaScript implementation of an operational monad style for recursive program interpretation | 6 |
justinethier/husk-scheme | A Haskell implementation of the Scheme programming language with advanced features and a minimalist design philosophy. | 309 |
cyga/real-world-haskell | A tool to parse and fix code samples from the book 'Real World Haskell' | 89 |