Skip to content

Alpha 0.02

Pre-release
Pre-release
Compare
Choose a tag to compare
@Fedjmike Fedjmike released this 15 Sep 22:27
· 10 commits to master since this release

Release notes:

alpha-0.02

  • Synchronous program invocation for top level expressions
  • Function literals with arg type hinting (::), but without type inference
  • Zip operator, |:
  • :ast, :type and :mem-stats built-in commands
  • fst and snd built-in functions
  • If they do not contain segments, filenames are first searched for in the $PATH
  • Root spelled -, e.g. -/bin/cat
  • Lists can be passed to classic Unix programs
  • Proper list literal analysis, considering all elements and typing [] as 'a => ['a]
  • Improvements relating to type unification and quantification
  • let shadows previous declarations
  • Many more improvements under the hood