morloc v0.33.0 Release Notes

Release Date: 2020-11-03 // over 3 years ago
  • ๐Ÿš€ This release sets the foundation for morloc. Basic typechecking/inference, code generation, interoperability, and serialization are all working well. Finally morloc is sufficiently developed to be useful.

    The main future goals break down as follows:

    • Richer type system - typeclasses, "shapes", semantic types (probably use a logic engine like z3)
    • โš  Effect handling and error/warning propagation
    • Optimization - all current optimizations steps are basically stubs
    • ๐Ÿ“š Doxygen-like documentation, caching, manifold hooks and such (see the last release)
    • ๐Ÿ‘Œ Improved build system
    • ๐Ÿ‘Œ Support for many more languages and a streamlined language onboarding process
    • ๐Ÿ“ฆ The MorlocIO package manager and community portal
    • MorlocStudio

Previous changes from v0.17.2

  • ๐Ÿš€ This release marks the version of morloc that was used in the poster presented at PyCon 2019 in Cleveland.