Built on top of Owl Lisp[1]. TIL about this dialect, and it looks interesting! Instead of native threads, it has continuation-based threads[2], and it seems the whole VM architecture is based on that.
[1]: https://haltp.org/posts/owl.html
[2]: https://haltp.org/posts/owl.html#heading26
If you've never heard of Uxn I highly recommend reading this: https://100r.co/site/weathering_software_winter.html
Built on top of Owl Lisp[1]. TIL about this dialect, and it looks interesting! Instead of native threads, it has continuation-based threads[2], and it seems the whole VM architecture is based on that.
[1]: https://haltp.org/posts/owl.html
[2]: https://haltp.org/posts/owl.html#heading26