top | item 11734966

(no title)

incepted | 9 years ago

Isn't it ironic to write this tool in a language that is not available on Windows[1]?

[1] "Windows support is comming soon. " https://ocaml.org/docs/install.html

discuss

order

nv-vn|9 years ago

OCaml is available on top of MinGW or Cygwin. The thing that isn't supported is OPAM (the package manager), and that's only for official support -- if you compile with MinGW or Cygwin you can get it working well enough for most tasks. You can actually get the compiler binaries from a precompiled versoin of the official distribution[1] or from a user-maintained distribution[2]. Additionally, you could just compile everything from source but that's more complex.

[1] https://protz.github.io/ocaml-installer/

[2] https://www.typerex.org/ocpwin.html