@hackage mueval0.2
Safely evaluate Haskell expressions
Categories
License
BSD-3-Clause
Maintainer
Gwern <gwern0@gmail.com>
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (5)
Dependents (8)
@hackage/Nomyx-Core, @hackage/MagicHaskeller, @hackage/acme-everything, @hackage/lambdabot-haskell-plugins, @hackage/Nomyx, @hackage/lambdatwit, Show all…
Mueval is a Haskell interpreter. It
uses the GHC API to evaluate arbitrary Haskell
expressions. Importantly, mueval takes many precautions
to avoid evil code. It uses resource limits, whitelisted modules,
special Show instances for IO, threads, changes of directory, and so
on to sandbox the Haskell code. (It is much like Lambdabot's famous
evaluation functionality.)
Mueval is POSIX-only.