commit f52d2454d81b9da5bf236b6aa6cba70d08b5375d
parent dcefd76811f66186cb9233d4e7f99c4a9fdd3050
Author: Devine Lu Linvega <aliceffekt@gmail.com>
Date: Fri, 13 Feb 2026 11:13:34 -0800
Added Kestrel
Diffstat:
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git 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