2
What is uxn ? (wiki.xxiivv.com)

uxn is a virtual machine that runs programs written in uxntal and assembled into bytecode.

It works in a similar way to how Java ecosystem work: (1) you write Java code, (2) compile the code into bytecode, (3) which will be executed by JVM. In this way, you write code targetting the JVM and not the actual hardware, reducing the work for developers. The JVM may be implemented for a variety of machines, and if specifications are carefully followed, any program written should work for all implemented machines.

In the uxn ecosystem, uxn is the JVM and uxntal is Java.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here
this post was submitted on 08 Mar 2026
2 points (100.0% liked)

uxn computing

43 readers
4 users here now

uxn is a virtual machine, programmable in the language uxntal. It is a portability layer for personal computing that is capable of hosting a variety of small interactive graphical software.

https://wiki.xxiivv.com/site/uxn.html

founded 1 week ago
MODERATORS