close fullscreen

MeTTa Programming Language+MeTTaLog (Legacy)+WAM-based execution

help edit space_dashboard
WAM-based execution
Demonstrates MeTTaLog's WAM-grounded execution model for concurrent symbolic computation.
; MeTTaLog executes on the Warren Abstract Machine ; Concurrent symbolic evaluation !(sequential (add-atom &self (concept A)) (add-atom &self (concept B)) (match &self (concept $x) $x)) ; => [A, B]