Blog articles

0
comment
on 12/14/2014 11:09 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News Paket.VisualStudio was presented. Akka.NET v0.7.1 is now live on NuGet with brand new F# API. Fixed “design time memory leak” in FSharp.Configuration. Check your Type Provides for the[...]
.
0
comment
on 12/14/2014 4:00 PM
This blog post marks day 15 of the amazing F# Advent Calendar. Christmas is getting closer - soon we will have time to relax and perhaps read a nice book. Do you know who wrote the classic Christmas story, 'A Christmas Carol'? All sources claim it w[...]
.
0
comment
on 12/12/2014 1:08 PM
The recording of my Neo4j talk at CodeMesh 2014 is now available.   Modelling game economy with Neo4j from Yan Cui
.
0
comment
on 12/11/2014 5:53 PM
Code for this entry: here. In this first part, we started shamelessly plagiarizing creatively reproducing a Clojure monad that does a great job describing stochastically independent processes. After a few trials I became convinced, that the approach in th[...]
.
0
comment
on 12/10/2014 11:25 PM
Originally posted on Mårten Rånge - Meta Programmer:(This blog post is for December 11 in the F# Advent Calendar 2014) I enjoy F# and call myself a meta programmer. What can be more meta than programming the programming language? I want to show step-by-st[...]
.
0
comment
on 12/10/2014 9:22 AM
Yesterday I noticed a tweet recommending an “Uncle” Bob Martin video that is intended to “demystify compilers”. I haven’t seen the video (Episode 29, SMC Parser) as it’s behind a pay wall, but I did find a link on the page to a github repository with a ha[...]
.
0
comment
on 12/10/2014 12:00 AM
So this is my Christmas special. I’ve been asked on numerous times to write about the F# addin for Xamarin studio which is in the fsharpbinding repo, this repo is shared with the emacs support and also the Sublime Text support. So in this edition [...]
.
0
comment
on 12/10/2014 12:00 AM
.
0
comment
on 12/9/2014 6:10 PM
Some time ago, Microsoft announced Orleans, an implementation of the actor model in .Net which is designed for the cloud environment where instances are ephemeral. We’re currently working on a number of projects in Erlang and have run into some assumption[...]
.
0
comment
on 12/8/2014 11:20 PM
Rosetta Code has a number of programming tasks with example solutions in multiple languages. One of those tasks is find the last Sunday of each month. Here’s a sample in C#: DateTime date; for (int i = 1; i <= 12; i++) { date = new DateTime(year, i, D[...]
.
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