HyperHaskell v0.2.1.0
·
109 commits
to master
since this release
This is the second release of HyperHaskell — the strongly hyped Haskell interpreter.
Binaries of the graphical front-end are provided for macOS and Windows.
Changes:
-
Add support for binding variables. Both
letstatements and generator statements (<-) are supported, e.g.let answer x = return 43 xs <- mapM answer [1..10] map show xs -
Add support for language extensions. They can now be specified in the import section of the worksheet.
-
Add support for text cells. They contain explanatory text and accompany the code cells.
Hype level α