This is a neat idea, but I found it painful to use for anything but trivial examples, since the main thread pauses for a second or two every time I edit my code. (Using Chrome.)<p>I tried running this snippet: <a href="http://www.fssnip.net/7VB/title/Enumerating-the-Rationals" rel="nofollow">http://www.fssnip.net/7VB/title/Enumerating-the-Rationals</a><p>Problems I ran into:<p>* BigInteger isn't available, even though it's part of F# core and I opened System.Numerics.<p>* Syntax coloring failed when I defined static member (* ). It seemed to think that (* opened a comment that was never closed. (Sorry, HN formatting prevents me from typing the correct inline multiplication override.)