Skip to content

Overview

charlie derr edited this page Nov 12, 2025 · 4 revisions

Theory and Implementation Context

The below three softwares listed are ordered in terms of level:

  1. PathMap supports MORK and is described by MORKL. PathMap is a collection of paths, with values. The values are the map part. It might be accurate from the MORK point of view to call it PathSet. Another way to understand is to realize PathMap is a data structure with algebraic operations.
  2. MORK supports Hyperon and is controlled by MM2. MORK is a (parallel) metagraph rewriting engine. MORK also supports grounded functions, meaning that it is possible to do numerical computations and string manipulation via expressions.
  3. Hyperon {has some relationship to} MeTTa

Clone this wiki locally