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

GitHub

77 stars
3 watching
18 forks
Language: Haskell
last commit: 7 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 243
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. 260
jeremyschlatter/chime An interpreter for Bel programming language 18
haskell-suite/haskell-src-exts A toolset for manipulating and analyzing Haskell source code 193
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. 243
morganstanley/hobbes A language and embedded JIT compiler for efficient dynamic expression evaluation and data storage 1,168
erdwolf/prolog An interpreter for a logic-based programming language written in Haskell. 61
mthom/shentong An implementation of a Lisp family programming language in Haskell 162
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. 308
cyga/real-world-haskell A tool to parse and fix code samples from the book 'Real World Haskell' 89