Skip to content

Hassium Version 4.1.0

Compare
Choose a tag to compare
@JacobMisirian JacobMisirian released this 24 Aug 22:37
· 60 commits to master since this release

New

Added a package manager with the argument --pkg.
Added REPL to Hassium with the argument -repl.
Added compiler warnings.
Added source location error reporting for unhandled exceptions.
Added a Makefile.
Added peek, pop, push methods to list.
Made types modifiable.

Fixed

Major speed improvements, speed on average has been improved by ~500% on fibs testing.
Some minor bugs with StopWatch and StringBuilder.