IronJS
IronJS copied to clipboard
Compile CoffeeScript on Mono
CoffeeScript fails to compile on mono. With the following error.
Missing method System.Numerics.BigInteger::TryParse(string,NumberStyles,IFormatProvider,BigInteger&)
The code works on .NET, although extremely slow on the first run (around 60 sec).