3.7. Where to go next
You now have the whole shape of Morloc: modules export terms, terms get general types, implementations come from foreign languages or from other Morloc modules, and the compiler generates every interface and every boundary crossing.
From here:
-
Syntax and Features is the language proper — records, pattern matching, effects, optionals, and the rest.
-
Advanced Types covers typeclasses, polymorphism, and how one term takes many implementations.
-
Building CLIs goes deeper on the command line interface you saw above, including how to control argument shapes and output formats.
-
Building APIs is the same library served over HTTP and MCP.
-
Modules and Libraries explains the standard library and how to publish your own modules.
mim demos fetches example programs published for your Morloc version. Every
demo in a bundle is known to build and pass on that version, so nothing there
fails for reasons unrelated to what you are learning:
$ mim demos --list # see what is available, download nothing
$ mim demos # fetch them all
$ mim demos --tag rust-examples # fetch one group
They land in examples-<tag>-<version>/ in the current directory.
|
|
The demo collection is still being assembled, so |