Hamler 0.1.2 Released
Pre-releaseVersion 0.1.2
Release Date: 2020-06-17
Enhancements:
-
Change String type to a list of Char
Github PR: hamler-lang/purescript#41 -
Allow configuration of installation directory location
Github PR:#182 -
Support top-level matching syntax in repl
Github PR: hamler-lang/purescript#43 -
Support let binding in repl
Github PR: hamler-lang/purescript#45 -
Add
>>=
in Prelude
Github PR: #166 -
Add docker image and Linux installation package (rpm and deb)
Github PR: #193
Bug Fixes:
-
Fix the issue that command "hamler repl" only runs in hamler folder
Github PR: hamler-lang/purescript#44 -
Fix the issue that hamler does not run on erlang/otp 23.0
Github PR: #180 -
Fix the issue that 'filter' ffi does not work
Github PR: #191 -
Fix the issue that no completeness check for pattern match on list and tuple
Github PR:
hamler-lang/purescript#37
hamler-lang/purescript#38
hamler-lang/purescript#39
Documentation:
-
Update README and now it has features and design sections
-
Add documents about differences between Hamler and PureScript/Haskell
-
Add documents on foreign function interface
-
Add a draft of future tutorial book
-
Add a list FAQ and answers
Github repo: https://github.com/hamler-lang/documentation