By on 10/11/2008 5:11 PM ()

F# es un lenguaje funcional, creado por Microsoft. Implementado bajo el soporte de .NET CLR, es un lenguaje

By on 10/11/2008 8:54 AM ()
By on 10/9/2008 3:15 AM ()

Marten,

I'd raise that issue in the forums where a larger group can respond.

---O

By on 9/7/2008 3:02 PM ()

First off great job there. The project structure is really starting to look more like what we are used to in VS.

I'm confused though, is this a bug?

1
2
3
4
5
> let x = bignum.FromInt(3);;
> x;;
val it : Math.BigNum = 3N
> 1N / x;;
val it : Math.BigNum = 4N

???

but this:

1
2
> 1N / 3N;;
val it : Math.BigNum = 1/3N
By on 9/5/2008 3:27 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper