Blog articles of F# Bloggers

0
comment
comment
on 11/15/2010 11:30 AM
The library System.Numerics.dll, who was introduced in .Net 4.0, contains a System.Numerics.BigInteger structure. BigInteger represents a whole number of
arbitrary size (or precision). Before .Net 4.0, the largest number that could be represented "out of the box" was System.Double.MaxValue. Written in
decimal notation, this would be a whole number with 309 digits (more than 179 thousand centillion). However, using Double for whole number calculations
is error-prone. [...]
0
comment
comment
on 10/19/2010 2:53 PM
In F#, class constructors can be declared in several different ways. To declare a non-static class, one usually defines a primary constructor, plus zero or more additional constructors. To declare a static class, one usually defines a module.
Using a Primary Constructor
In F#, it is possible to create a thread-safe singleton with just three lines of code:
/// A public thread-safe singleton class in F#,
/// using a private primary constructor.
type Singleton private() =
static let instance = Singleton()[...]
0
comment
comment
on 10/19/2010 2:53 PM
In F#, class constructors can be declared in several different ways. To declare a non-static class, one usually defines a primary constructor, plus zero or more additional constructors. To declare a static class, one usually defines a module.
Using a Primary Constructor
In F#, it is possible to create a thread-safe singleton with just three lines of code:
/// A public thread-safe singleton class in F#,
/// using a private primary constructor.
type Singleton private() =
static let instance = Singleton()[...]
0
comment
comment
on 4/11/2010 3:33 PM
Title:
Programming F#
Subtitle:
A comprehensive guide for writing simple code to solve complex problems
Publisher:
O'Reilly®
Author:
Chris Smith
Date of appearance:
October, 2009 (416 Pages)
The new version of Visual Studio is officially released today, April 12, 2010. It contains a new language called „F#“, designed by Don Syme of Microsoft Research Cambridge, UK. F# is a programming language that has capacities comparable to C#, but also offers the possibilities of a functional language. [...]
0
comment
comment
on 4/6/2010 2:25 PM
LII is an entity that knows nothing to start with, but learns about how to form sentences as you talk to it. This can lead to highly amusing covnersations, that become eerily more human-like the more you teach it. Have a play!
LII will ignore some punctuation for the time being. Try to make sure you spell stuff correctly otherwise it will think you are using new words.
(disclaimer: I knocked the Silveright console together in 10 minutes, and no it is not pretty, I will tart it up a bit later!)
(type i[...]
About this group
- Founded: 3/13/2013
- Owners: Loïc Denuzière, Adam Granicz
- Members: 1
- Past events: 0
- Upcoming events: 0 Log in to join
Featured group
![]() | New York City F# User Group 3 past events |
Latest blog articles by fsharp-bloggers (see all)
August 2023
July 2023
January 2023
January 2022
August 2019
March 2019
February 2019
January 2019
August 2018
October 2017
September 2017
July 2017
May 2017
March 2017
February 2017
January 2017
December 2016
November 2016
September 2016
August 2016
July 2016
June 2016
May 2016
April 2016
March 2016
February 2016
January 2016
December 2015
November 2015
October 2015
September 2015
August 2015
July 2015
June 2015
May 2015
April 2015
March 2015
February 2015
January 2015
December 2014
November 2014
October 2014
September 2014
August 2014
July 2014
June 2014
May 2014
April 2014
March 2014
February 2014
January 2014
December 2013
November 2013
October 2013
September 2013
August 2013
July 2013
June 2013
May 2013
April 2013
March 2013
February 2013
January 2013
December 2012
November 2012
July 2012
April 2012
February 2012
January 2012
July 2011
March 2011
November 2010
October 2010
April 2010
August 2009
Event tags for this group
Group tags
- f# × 33
- clojure × 14
- functional × 14
- haskell × 14
- scala × 11
- erlang × 6
- c# × 4
- .net × 3
- agile × 3
- ocaml × 3
- websharper × 3
- ddd × 2
- exchange × 2
- java × 2
- javascript × 2
- neo4j × 2
- nosql × 2
- scheme × 2
- skillsmatter × 2
- alt.net × 1
- android × 1
- architecture × 1
- async × 1
- bdd exchange × 1
- blazehtml × 1
- cassandra × 1
- clean × 1
- codeken × 1
- coffeescript × 1
- common lisp × 1
- continuous delivery × 1
- finance × 1
- fractureio × 1
- grails × 1
- groovy × 1
- html × 1
- html5 × 1
- islisp × 1
- jquery × 1
- jvm × 1
- lisp × 1
- load testing × 1
- lua × 1
- metro style × 1
- microsoft × 1
- mongodb! × 1
- ninja × 1
- ouya × 1
- package management × 1
- prog × 1
- projects × 1
- python × 1
- qcon × 1
- racket × 1
- reactive extensions × 1
- restful × 1
- riak × 1
- rx × 1
- scalability × 1
- tdd × 1
- test × 1
- titanium × 1
- unit testing × 1
- user group × 1
- web × 1
- web services × 1
- winrt × 1
![]() |
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 |