Jun 26
The following is a hello world WinForms example:
open System open System.Windows.Forms let form = new Form() do form.WidthIf you save the above as
devsrchelloforms.fsthen assuming
fsc
is in your path, you can compile and run it as follows:cd devsrc fsc devsrchelloforms.fs helloforms.exe