commit a02bfeca0589d9fc698271647aa6e6dc3e9326c2
parent 1a86170b068baad8493ddac70992634feb55da24
Author: neau <neau@web>
Date: Sat, 25 Jun 2022 22:16:25 +0200
empty web commit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Uxn.mdwn b/Uxn.mdwn
@@ -20,7 +20,7 @@ The implementation of the virtual machine is about [[100 lines of ANSI C|https:/
Assembled Uxntal applications such as text editors, drawing programs and livecoding environments typically about 10-15kb in size.
-Relationship to permacomputing:
+## Relevance to permacomputing
* Simplicity of implementation may make Uxn usable as a [[bedrock platform]] for the kind of programs that are small enough to run in it. Uxn applications are released as "roms" that have no [[dependencies|dependency]] other than the VM itself.
* The design characteristics call for small applications that use little computing power.