https://github.com/gwern/mueval
Raw File
Tip revision: a4f67683fc0c107a0c7da41b3e8b7f318f1fb225 authored by TerenceNg03 on 04 December 2023, 21:52:44 UTC
Generate pvp-bounds for hackage
Tip revision: a4f6768
HCAR.tex
% mueval-Gm.tex
\begin{hcarentry}{mueval}
\label{mueval}
\report{Gwern Branwen}%05/10
\participants{Andrea Vezzosi, Daniel Gorin, Spencer Janssen, Adam Vogt}
\status{active development}
\makeheader

See: \url{http://www.haskell.org/communities/05-2010/html/report.html#sect5.3.3}.

% Mueval is a code evaluator for Haskell; it employs the GHC API as provided by the Hint library (\url{http://haskell.org/communities/11-2008/html/report.html#hint}). It uses a variety of techniques to evaluate arbitrary Haskell expressions safely \& securely. Since it was begun in June 2008, tremendous progress has been made; it is currently used in Lambdabot live in \#haskell). Mueval can also be called from the command-line.

% Mueval features:
% \begin{itemize}
% \item A comprehensive test-suite of expressions which should and should not work
% \item Defeats all known attacks
% \item Optional resource limits and module imports
% \item The ability to load in definitions from a specified file
% \item Parses Haskell expressions with haskell-src-exts and tests against black- and white-lists
% \item A process-level watchdog, to work around past and future GHC issues with thread-level watchdogs
% \item Cabalized
% \end{itemize}

% Since the November 2009 HCAR report, the internals have been cleaned up further, a number of minor bugs squashed, tests added, and mueval updated to avoid bitrot.

% We are currently working on the following:
% \begin{itemize}
% \item Refactoring modules to render Mueval more useful as a library
% \item Removing the POSIX-only requirement
% \item Merging in Chris Done's \href{http://github.com/chrisdone/mueval-interactive}{mueval-interactive} fork, which powers \url{http://tryhaskell.org/}
% \end{itemize}

% \FurtherReading
% The source repository is available:
%  \texttt{darcs get}
%  \text{\url{http://code.haskell.org/mubot/}}
\end{hcarentry}
back to top