Blog articles

0
comment
on 2/6/2014 9:59 AM
For many projects I’ve been using the pattern: ns.CtorFunction = function(){ var self = this; this.doStuff = function(){ // do stuff and use self in order to get the object variables } } Turns out that this pattern is good for smal[...]
.
11
comments
on 2/6/2014 8:04 AM
Many applications want to use multiple cores to execute faster, while retaining the same observable behavior as the sequential version. In this blog I develop a simple F# workflow builder, slightly resembling Async, that allows deterministic logging in pr[...]
.
0
comment
on 2/5/2014 6:03 PM
We are happy to announce the availability of the most recent WebSharper update, version 2.5.93, released on Feb 4, 2014. This release brings a new and improved optimizer for the Core language that is used as an intermediate form during compilation to Java[...]
.
0
comment
on 2/4/2014 5:21 AM
.
0
comment
on 2/2/2014 4:00 PM
As from today I am detaching myself from the social networking strings of Twitter.
.
0
comment
on 2/2/2014 4:00 PM
.
0
comment
on 2/2/2014 1:08 PM
tl/dr: Community for F# has a brand-new page at www.c4fsharp.net – with links to a ton of recorded F# presentations, as well as F# hands-on Dojos and material. Check it out, and let us know on Twitter what you think, and what you want us to do next… and s[...]
.
0
comment
on 2/2/2014 1:01 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Welcome new features for Xamarin F# addin (Refactor ->Rename and more)! New up-for-grabs issues in FSharp.Formatting. (For those who want to learn some F# & contribute to a nice tool [...]
.
0
comment
on 2/2/2014 7:53 AM
Today I released FAKE 2.8 with support for JetBrains DotCover and TestFlight. It’s really awesome to see that this project is getting used more and more. We now have 51 contributors including people from GitHub and Xamarin. A big thanks to all of you. Wha[...]
.
0
comment
on 2/2/2014 5:35 AM
Kevin Montrose’s Jil JSON serializer has now been added to the JSON benchmark tests and the results are really impressive.   Kevin has also listed the tricks that he has employed to make Jil fast on the project page, which is well worth a read.
.
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