From bada7e23709a504848d04d784f3438034db84a35 Mon Sep 17 00:00:00 2001 From: sejo Date: Fri, 23 Jul 2021 16:21:47 -0500 Subject: [PATCH] uxn link to tech docs --- src/uxn_tutorial.gmo | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/uxn_tutorial.gmo b/src/uxn_tutorial.gmo index 0bc7bf3..184e99f 100644 --- a/src/uxn_tutorial.gmo +++ b/src/uxn_tutorial.gmo @@ -2,14 +2,12 @@ a beginner's guide for programming the {uxn} computer, and a slow-paced companion to the official documentation. -=> https://wiki.xxiivv.com/site/uxntal.html uxntal -=> https://wiki.xxiivv.com/site/uxnemu.html uxnemu +=> https://wiki.xxiivv.com/site/uxn.html uxn technical documentation the tutorial is divided in 8 days (or sections), as it can be followed along with a workshop. (as of today, this is a work in progress) - # day 1 in this first section of the tutorial we talk about the basics of the uxn computer, its programming paradigm, its architecture, and why you would want to learn to program it.