Here’s the current syntax coloring theme I’m using for F# in Visual Studio 2010, I dubbed it “Emerald Dragon” (pretty corny, I know).
I colleague of mine just told me about Mark Everards response to my previous post about EPiServer. Without trying to turn this into some blog-battle, I’ll give my response.
The core of the F# JIT is starting to get finalized, performance is some-what stable. So I figured it was time to post some benchmarks, I choose to run the uBench test suite from the WebKit project. Since the runtime itself doesn’t support all the keywords/built-ins that are needed to run SunSpider it will still have to wait a few more weeks before I can present results on it.
Just a quick benchmark I just did, comparing property lookup speed in IronJS using the new Hidden Classes implementation vs. the old Hash Table version.