Blog articles

0
comment
on 3/21/2015 9:29 AM
This blog post explains five F#-specific features who simplify and stabilize the implementation of vector algebra: Custom operators Inlining Units of Measure Type inference Automatic generalization We will use these features to define an infix dot produ[...]
.
0
comment
on 3/21/2015 9:29 AM
This blog post explains five F#-specific features who simplify and stabilize the implementation of vector algebra: Custom operators Inlining Units of Measure Type inference Automatic generalization We will use these features to define an infix dot produ[...]
.
0
comment
on 3/18/2015 1:30 AM
We are finally closing in on the final WebSharper 3.0 with this release candidate.
.
0
comment
on 3/15/2015 2:33 PM
Welcome to F# Weekly, A roundup of F# content from this past week: News F# is at number 11 at Tiobe Microsoft/VisualFsharp and fsprojects/VisualFsharpPowerTools rooms on gitter. If you deploy production code in F#, please add a testimonial. If you use F# [...]
.
0
comment
on 3/15/2015 2:57 AM
Hoeveel regels heb je nodig om een simpele WCF service te starten die onder Linux draait? Antwoord: circa 30 regels. Sterker, je kunt die WCF zelfs draaien zonder te compileren, want het werkt gewoon in de F# Interactive! Je moet wel de wereld en zijn m[...]
.
0
comment
on 3/13/2015 3:26 PM
I like lint-tools. These kind of tools help by catching things that do not work well with the language. When you write C you can really benefit from lint, since the language has some quirks. When writing javascript you can be aided by jshint. I talked to[...]
.
0
comment
on 3/13/2015 3:22 PM
Tweet A friend of mine, Roger Engelber, pointed me to a nice article  on doing functional programming in Lua. The article detailed the steps to generate a flame like effects using a simple particle system. Of course, it naturally lead to me trying to do t[...]
.
0
comment
on 3/13/2015 3:05 PM
The nice thing about using Kibana for your logs is that you get nice custom filtering. Thus it’s very easy for others to only view errors they feel that are relevant to them. If you have a many systems (gui’s, services, etc) where you pipe a lot of log [...]
.
0
comment
on 3/13/2015 3:05 PM
The nice thing about using Kibana for your logs is that you get nice custom filtering. Thus it’s very easy for others to only view errors they feel that are relevant to them. If you have a many systems (gui’s, services, etc) where you pipe a lot of log [...]
.
0
comment
on 3/13/2015 10:00 AM
Tweet Whilst talking with an ex-colleague, a question came up on how to implement the Stable Marriage problem using a message passing approach. Naturally, I wanted to answer that question with Erlang! Let’s first dissect the problem and decide what proces[...]
.
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