Changes between Version 50 and Version 51 of SafeHaskell
- Timestamp:
- 05/27/11 16:20:41 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SafeHaskell
v50 v51 3 3 This is a proposal for a Haskell extension through which people can safely execute untrusted Haskell code, much the way web browsers currently run untrusted Java and !JavaScript, or the way the Spin and Singularity operating systems ran untrusted Modula-3 and C#/Sing#. 4 4 5 See this [wiki:SafeHaskell/BasePackage page] the safety status of the '''Base package'''. 5 == Outline == 6 7 * This page details the !SafeHaskell extension 8 * See this [wiki:SafeHaskell/BasePackage page] the safety status of the '''Base package'''. 9 * See this [wiki:SafeHaskell/SafeCompilation page] for the safe compilation extension. 6 10 7 11 == Setup ==
