real world ocaml (-)
@lizardsquid where is the problem? Maybe it could be ported somehow?
real world ocaml (-)
@saper none of the development tools recommended by the book, or the core library (literally a replacement for the standard library) work on windows
real world ocaml (-)
@lizardsquid What I see it is mostly packaging stuff and IDE that is not running on Windows. I would try to set up a cross-compiler so that you can build Windows native .EXEs on UNIX.
https://github.com/waneck/cross-ocaml might something in this direction.
I was using mingw32 to create native EXE binaries for one of my #Forth projects and it worked very well.