I just discovered PolyML while looking for a distribution of Standard ML that I could compile from source on TinyCore Linux. It worked perfectly (unike SMLNJ e.g.).
I am interested in connecting GUI to ML as well as functions written in C/C++ and all that seems like it would work (form reading the documentation). My question is this: The doc for using PolyML Motif is 14 years old and one posting from David Matthews in this forum mentioned that Motif is no longer maintained, so I wonder if that was a project that is no longer worth learning.
Is there a better way to mix GUI with PolyML?
(I have been using FLTK with C++ with very good success so far, but want to add in the ability to mix in functional (SML) programming.
Any suggestions would be appreciated!