Skip to content

0.4.1

Latest
Compare
Choose a tag to compare
@0x0f0f0f 0x0f0f0f released this 18 Jan 15:39
· 57 commits to master since this release

CHANGES:

  • Renamed project from minicaml to gobba!
  • Syntax is now more haskel-ly: use , to separate list and dictionary values,
    use >> to sequence operations (bind) and use ; to end statements.
  • Improved purity inference algorithm with correct module inference
  • Some minor improvements