From 231c246632e22b273c95be610c1ab8ea7a7611e9 Mon Sep 17 00:00:00 2001 From: zongor Date: Sat, 3 May 2025 21:08:56 -0400 Subject: [PATCH] update readme --- README.org | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/README.org b/README.org index 94ce42f..42162e2 100644 --- a/README.org +++ b/README.org @@ -15,15 +15,5 @@ It is inspired by [[https://wiki.xxiivv.com/site/uxn.html][uxn]], [[https://www.inferno-os.org/][Inferno]], and [[https://plan9.io/plan9/][Plan9]]. -The universe machine works as a series of stack based virtual cpu's -(node) and ram as a simple hashmap (hram) that each have a single stack -which are able to communicate with each other using message passing. - -The machine code of this node is a series of stack operations which act -on the individual node. each node has the ability to ask the kernel to -spawn an additional node or to spawn a child node off of itself which -sets up a couple of communication channels automatically. - -The authors main implementation of ZUM in written in LUA/C and uses the -[[https://www.libsdl.org/][SDL2]] library to do drawing, sound, and -other things. +The authors main implementation of ZUM in written in ZTL/C and uses the +[[https://www.libsdl.org/][SDL2]] library to do drawing, sound, and other things.