Blog articles

0
comment
on 8/23/2015 11:44 AM
Turns out that there is a simpler way of dealing with optional values in c#. Include FSharpx.Extras to your c# project and then you can do the following: optionalValue.Match( ifSome: value => ProcessValue(value), ifNone: () => NoValueToProcess([...]
.
0
comment
on 8/21/2015 8:17 AM
Since I’ve been without an assingment I’ve had the time to look into F# more. Where did I find material? fsharpforfunandprofit functional programming on slack stackoverflow Why did I start looking into F# again? I share the office with Fredrik[...]
.
0
comment
on 8/21/2015 8:17 AM
Since I’ve been without an assingment I’ve had the time to look into f# more. Where did I find material? fsharpforfunandprofit functional programming on slack stackoverflow Why did I start looking into f# again? I share the office with Fredrik[...]
.
0
comment
on 8/20/2015 8:32 PM
ComputationExpressionApproachForRestApi.md@import url(http://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.2.0/katex.min.css);code{color:#c7254e;background-color:#f9f2f4;border-radius:4px}code,kbd{padding:2px 4px}kbd{color:#fff;background-color:#333;border-radiu[...]
.
0
comment
on 8/20/2015 1:33 PM
As my former boss and mentor used to say, in order to understand recursion one must first understand recursion. This is funny, ha-ha, but if we tweak it slightly we get a really useful statement: in order to understand dynamic programming, one must first [...]
.
0
comment
on 8/19/2015 1:24 PM
A new Try WebSharper is out adding a couple handy new features and addressing a couple annoyances, making it even more easy to publish your F# and WebSharper snippets.
.
0
comment
on 8/19/2015 8:01 AM
There’s an excellent and practical write-up on configuring an EC2 container to host a WordPress site here.  But there are a few minor amplifications I’d add.  So I thought I’d write them up here. 1.) As some folks noted in the comments, you should assign [...]
.
0
comment
on 8/18/2015 3:43 AM
Originally posted on I think, therefore I spam.:Over the past several month I’ve been prototyping various aspects of  an IoT platform – or more specifically, exploring the concerns of “soft” real-time handling of communications with potentially hundreds o[...]
.
0
comment
on 8/18/2015 12:00 AM
Tweet Note: see the rest of the series so far.   I stumbled across this post the other day and problem 2 seems like something I can easily do in APL since it essentially requires you to interleave two arrays. The problem is: Write a function that combines[...]
.
0
comment
on 8/17/2015 3:04 PM
Successive arguments should be separated by spaces or tupled, and arguments involving function or method applications should be parenthesized If you're new to F# you may have seen this exception on your code and started adding parenthesis and commas [...]
.
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