All Versions
6
Latest Version
Avg Release Cycle
298 days
Latest Release
1257 days ago

Changelog History

  • v0.2.3.0 Changes

    November 13, 2020

    ๐Ÿš€ This is another release of HyperHaskell โ€” the strongly hyped Haskell interpreter.

    Major changes:

    • โž• Add :type command for querying type signatures.
    • โž• Add addFinalizerSession function that allows running an IO action when the worksheet is reloaded.
    • Compatibility with GHC 8.8

    Hype level ฮฑ

  • v0.2.2.0

    November 13, 2020
  • v0.2.1.0 Changes

    August 05, 2018

    ๐Ÿš€ 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 let statements 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 ฮฑ

  • v0.1.0.2

    August 05, 2017
  • v0.1.0.1

    April 29, 2017
  • v0.1.0.0 Changes

    October 16, 2016

    ๐Ÿš€ This is the first release of HyperHaskell โ€” the strongly hyped Haskell interpreter.

    Hype level ฮฑ