Blog articles

0
comment
on 10/13/2011 4:08 PM
 Visual Studio now has a great site where you can enter and vote on features for languages and otehr aspects of Visual Studio.  Submit and Vote on F# and Visual Studio Features Here! Please take the time to vote on features and submit new ones. This is a [...]
.
0
comment
on 10/13/2011 11:47 AM
We've previously blogged about FSharpChart, an F# library that makes it easy to use F# for information-rich programming. FSharpChart works well with the Interactive Window, helping you prototype your code quickly. We're happy to announce an update to the [...]
.
0
comment
on 10/12/2011 10:51 PM
Ever since it was announced that Dart would be announced at GOTO conference I’ve been wonder what dart would be like. I thought I’d take the time put down my initial thoughts here. Is there a need for another language? Tim Anderson poses the question ni[...]
.
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.
.
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