Howdy F# community :)
This is my first post, I'll share a little background about me: I am researching some experimental financial and statistical analysis algorithms. Although I like to use C# as my default language for most programs, I've considered a functional language would be better suited for the job. I've read a lot of good things about F#, and I decided to use F# in place of C# for heavy number crunching and list processing.
I don't own the full versions of Visual Studio, only the express versions. I've read a lot of documentation on getting F# to work with Visual Studio .Net, but next to nothing on getting it to work with with express editions of Visual Studio.
So, I have two questions:
1) Is there any painless way I can integrate F# into the C# Express IDE?
2) Does F# have rapid-application-development support? (i.e. visually designing forms with drag/drop controls, interactive debugging, etc.)