IronJS icon indicating copy to clipboard operation
IronJS copied to clipboard

Compile CoffeeScript on Mono

Open CoreyKaylor opened this issue 13 years ago • 0 comments

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).

CoreyKaylor avatar Jan 20 '13 15:01 CoreyKaylor