F# code addition to ORGE wiki

gradbot

17-01-2010 22:01:43

I recently started using morge and I've ported a number of wiki code samples from C# to F# such as Simple Text. I was wondering if the community thinks I should put the F# code along with the C# code on the wiki. Also I'm generating a lot of unique F# code that I'd like to turn into examples/tutorials at some point and share. A second question. Where do I register for the wiki?

Here's a blog post of the MorgeForm SDK demo ported to F#.

My main reason for using F# besides loving the language is that it allows for fast prototyping and I can always port to c++ when I need to. :D