10 lines
423 B
Markdown
10 lines
423 B
Markdown
Yet another Uxn core, this time as an OCaml library.
|
|
|
|
It has no dependencies, and depends on OCaml >=5.3 for its effect syntax.
|
|
|
|
It was made for use in [Llop], a concatenative language targetting the Uxn
|
|
virtual machine, but can be used for other purposes. See `exe/uxnemu.ml` for
|
|
a minimal Uxn/Varvara emulator that should be[1] able to run programs like
|
|
Drifloon.
|
|
|
|
[1]: Should be, because it's still a work in progress.
|