permacomputing

Source repository for the main permacomputing wiki site
git clone http://git.permacomputing.net/repos/permacomputing.git # read-only access
Log | Files | Refs

commit 2f44fcffade03dfd6043c656b860daf2d1583bcc
parent f01f63c01d33fc56fdac23db4d4db4f971798a85
Author: akkartik <akkartik@web>
Date:   Sun, 26 Jun 2022 02:17:05 +0200

typo

Diffstat:
MUxn.mdwn | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Uxn.mdwn b/Uxn.mdwn @@ -18,7 +18,7 @@ This stack-machine has 32 opcodes, and no registers. Given the stack a b c, the The implementation of the virtual machine is about [[100 lines of ANSI C|https://git.sr.ht/~rabbits/uxn11/tree/main/item/src/uxn.c]]. A self-hosted assembler for the Uxntal assembly language is about [[400 lines of Uxntal|https://git.sr.ht/~rabbits/drifblim/tree/main/item/src/drifblim.tal]]. -Assembled Uxntal applications such as text editors, drawing programs and livecoding environments typically about 10-15kb in size. +Assembled Uxntal applications such as text editors, drawing programs and livecoding environments are typically about 10-15kb in size. ## Relevance to permacomputing