Description
A Haskell runtime interpreter wrapper around the GHC API. It lets applications load, interpret, and evaluate Haskell code dynamically from within a running program.
Developers use it in scripting, plugins, teaching tools, and interactive systems. Runtime interpretation can execute code with the application's privileges, so only trusted code should be loaded unless sandboxing is deliberately designed.