owl-winrt
- WARNING -
This article is left here as an archived, historical thingy, this has been merged into owl lisp and an ms windows exe can be built from the owl-lisp repo with `make cross`.
New binary builds for MS Windows can be found here.
owl-winrt
is an experimental, native winows runtime for owl lisp.
It lacks some system calls, and the implementation of poll
is currently not very good,
but it is enough to run simple applications on MS windows. It's used by raylib-owl
for ol-rl.exe
.
Get the source code, or a pre-built executable. When running ol
remember to use the
--no-readline
flag.
File | Description |
---|---|
owl.zip | Full owl-winrt distribution. |
ovm.exe | The owl vm. |
ol.exe | The ol owl repl and interpreter. |
ol32.exe | The ol owl repl and interpreter for legacy (32-bit) windows systems. |
ol-angry.exe | The ol owl repl and interpreter with angry messages on not implemented stuff. |
Some programs that use, or can be used with owl-winrt
:
- puz - my submission for the spring lisp game jam 2024,
- robusta
- simple client-server probe specifically made to test
owl-winrt
- both server and client can be run on MS windows