-
Notifications
You must be signed in to change notification settings - Fork 40
Home
Welcome to the MORK and MM2 user-facing documentation space.
This wiki is a living document and at any time may not be the authoritative source of truth about MORK. Rather it is meant to centralize whatever the community of MORK users manage to understand about MORK. Contributions are welcome! Please email charlie.derr <@t> singularitynet.io if you have anything you either want to add or suggest we add.
"Software without documentation is only ruin of the soul" inspired by François Rabelais.
a) max expression size 64 to avoid slow LISP-style processing
b) max symbol size 64 to avoid slow string indexing
c) max variable mentions 64 to avoid large unification problems (instead of the more idiomatic many smaller ones)
Additional good information from Zar (outside of this specific environment) can also be found at https://github.com/zariuq/MORK/wiki/MM2-Lessons .