Blog articles

0
comment
on 10/10/2011 11:38 PM
.
0
comment
on 10/10/2011 9:38 PM
OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things. It can be done in Smalltalk and in LISP. Dr. Alan Kay, http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/doc_kay_oop_en
.
0
comment
on 10/10/2011 12:00 PM
.
0
comment
on 10/10/2011 10:00 AM
I’ve been playing with Iteratees lately in my work with Dave on fracture-io. The Iteratee module used in this post is part of the FSharpx library and provides a set of types and functions for building compositional, input processing components. A fold, by[...]
.
0
comment
on 10/9/2011 4:17 AM
In F#, you have the choice of using a struct or a record as a lightweight container for data. The similarities between the two are striking – both are immutable by default, neither can be inherited, and they both offer structural equality semantics by def[...]
.
0
comment
on 10/8/2011 3:39 PM
In my previous post on discriminated unions, I presented discriminated unions as an alternative to standard .Net classes to represent hierarchical data structures. However, in terms of data structure, discriminated unions share much more similarities with[...]
.
0
comment
on 10/8/2011 2:28 PM
I’ve renamed the dotnet-console project on github to isop. Isop is the swedish name for hyssop. Like any spice it is intended to give flavor to the development of command line apps in .net.
.
0
comment
on 10/7/2011 2:28 PM
The VP of our Developer Division, S. Somasegar, has written a great blog entry on the new programming language technologies in Visual Studio 11. There is a great section on F# which really highlights the innovations that we continue to bring to the produc[...]
.
0
comment
on 10/7/2011 8:36 AM
.
0
comment
on 10/7/2011 5:03 AM
.
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