Skip to content

Releases: HeinrichApfelmus/hyper-haskell

HyperHaskell v0.2.3.0

13 Nov 22:37
Compare
Choose a tag to compare

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 α

HyperHaskell v0.2.1.0

05 Aug 12:15
Compare
Choose a tag to compare

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 α

HyperHaskell v0.1.0.0

16 Oct 17:57
Compare
Choose a tag to compare

This is the first release of HyperHaskell — the strongly hyped Haskell interpreter.

Hype level α