From f52d2454d81b9da5bf236b6aa6cba70d08b5375d Mon Sep 17 00:00:00 2001 From: Devine Lu Linvega Date: Fri, 13 Feb 2026 11:13:34 -0800 Subject: [PATCH] Added Kestrel --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a03fed..9558284 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,7 @@ - [UxnJulia](https://github.com/Ismael-VC/Varvara.jl) - Cross-platform emulator and assembler, written in Julia. - [UxnLua](https://github.com/DeltaF1/uxn-lua) - Cross-platform emulator, written in Lua(Love2d). - [uxn-rs](https://github.com/Liorst4/uxn-rs) - Emulator written in Rust. +- [Kestrel](https://git.rhzm.org/lobo/kestrel) - Emulator written in OCaml. (System, Console, File, DateTime) ### Other systems @@ -84,11 +85,17 @@ - [uxnbot](https://git.sr.ht/~rabbits/uxnbot) - a REPL. - [uxn.py](https://github.com/max22-/uxnemu.py) - Python implementation of the VM. - [Uxncli](https://git.sr.ht/~rabbits/uxncli) - System, console and file devices only. -- [Uxnmin](https://git.sr.ht/~rabbits/uxnmin) - Console only. - [auxn](https://github.com/saucesaft/auxn) - Incomplete. - [buxn-dbg](https://github.com/bullno1/buxn-dbg) - Uxntal step debugger. - [uxnbot](https://git.sr.ht/~alderwick/uxnbot) - IRC bot for assembling and running small Uxntal snippets. +### Uxnmin + +Implementations of the core and console. + +- [C89](https://wiki.xxiivv.com/etc/uxnmin.c.txt) - Console only. +- [OCaml](https://wiki.xxiivv.com/etc/uxnmin.ml.txt) - Console only. + ## Applications ### Creative