Blog articles

0
comment
on 12/31/2011 2:32 PM
In years past, I have gone back over each month of my blog and posted a review of the year based on what I've been posting during the year. I skipped that for 2009 and 2010 for various reasons but decided to reinstate it this year because 2011 has b[...]
.
0
comment
on 12/30/2011 4:09 PM
I discovered a memory leak in Async.StartChild and here discuss a workaround based on a Future abstraction. I noticed what appears to be a memory leak in F# standard library function Async.StartChild. This happened in a context of a socket server, whe[...]
.
0
comment
on 12/30/2011 3:14 PM
.
0
comment
on 12/30/2011 9:30 AM
When WebSharper compiles F# to JavaScript it preserves namespaces, module and class nesting to make it easy to navigate the compiled code from JavaScript shell. Roughly speaking, A.B.C.D.E identifier in F# can be found by typing A.B.C.D.E in JavaScript. [...]
.
0
comment
on 12/30/2011 12:40 AM
Press ctrl+d Enter> of   Then start typing the file name.
.
0
comment
on 12/29/2011 5:13 PM
I have a few quick rules of thumb which I follow when writing code.  Nothing earth-shaking or non-obvious; just simple ways that I avoid making the worst and most obvious mistakes. If you use a number or a string more than once, make it a constant.  Maybe[...]
.
0
comment
on 12/29/2011 4:41 PM
In C#, you define an empty class, struct, or interface like this: So how do you define an empty type in F#? Well, whenever you define a new class in F#, the compiler infers the class and end tokens at the beginning and end of the class’s definition, as yo[...]
.
0
comment
on 12/29/2011 12:09 PM
Can anyone explain why this code leaks memory? Looks like using Async.StartAsTask makes it complete in constant space.
.
0
comment
on 12/28/2011 6:21 PM
Brian Beckman over at c9 has implemented a reactive version of the classic Viterbi algorithm using System.IObserver. It seems that Viterbi is natrually suited to this type of an implementation because it deals with events (observations) over time so this [...]
.
0
comment
on 12/28/2011 6:21 PM
Brian Beckman over at c9 has implemented a reactive version of the classic Viterbi algorithm using System.IObserver. It seems that Viterbi is natrually suited to this type of an implementation because it deals with events (observations) over time so this [...]
.
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