Tag Archives: WXPython

A Proper GUI for OCaml (Part Two)

I’ve packaged up the basic libraries described last time and you can get them here, together with a little example. It should work on any platform / toolchain where OCaml and Python and WxPython can be installed. It allows you … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment

A Proper GUI for OCaml (Part One)

Some time ago, I wrote a GUI for a large OCaml project in C++ using WxWidgets, linked to OCaml in a single executable. It was hard and slow to write and crashed all over the place. So I’ve redone it … Continue reading

Posted in Uncategorized | Tagged , , | Leave a comment