all repos — h3rald @ 3e1a74fc63d381fbbe325a8dec4596e4c7f85e5e

The source code of the h3rald.com web site.

fixes
h3rald h3rald@h3rald.com
Thu, 30 Jul 2026 21:29:27 +0200
commit

3e1a74fc63d381fbbe325a8dec4596e4c7f85e5e

parent

f6203f7d139d3296167108cd566fa9752c29fda5

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M contents/xyw.mdcontents/xyw.md

@@ -5,7 +5,7 @@ home: /xyw/

site: "https://xyw.2c.fyi" title: "xyw" subtitle: "A minimal virtual machine and assembler targeting terminals, inspired by Uxn." -summary: "xyw is a simple and minimal virtual machine and assembler inspured by Uxn, that aims at providing a low-level, future-proof way to create terminal applications." +summary: "xyw is a simple and minimal virtual machine and assembler inspired by Uxn, that aims at providing a low-level, future-proof way to create terminal applications." content-type: project active: true version: 320-1

@@ -16,7 +16,7 @@ stage: prototype

license: MIT ----- -xyw is a specification for a minimalist virtual machine programmable via a concatenative, assembly-like language. It is implemented primarily as a [stack machine](https://en.wikipedia.org/wiki/Stack_machine), but it also provides four "registers" that can be used by most instructions by specifying dedicated modes, to reduce the need of stack juggling operations common to languages like Forth. +xyw is a minimalist virtual machine programmable via a concatenative, assembly-like language. It is implemented primarily as a [stack machine](https://en.wikipedia.org/wiki/Stack_machine), but it also provides four "registers" that can be used by most instructions by specifying dedicated modes, to reduce the need of stack juggling operations common to languages like Forth. ### Rationale