-
Recent Posts
Archives
Categories
Author Archives: Pierre IRRMANN
Some advice to F# beginners
This post is part of the F# Advent Calendar in English 2016 project. Check out all the other great posts there! And special thanks to Sergey Tihon for organizing this. I’m very happy that F# is getting used more and … Continue reading
Making program behaviour explicit
When observing developers in their day-to-day work, it’s quite usual to see them swearing at their programs, because they don’t behave as they should. You often see them asking the program to obey, sometimes cursing, and even praying from time … Continue reading
Visualizing F# Advent Calendar contributors
This post is part of the F# Advent Calendar in English 2015 project. Check out all the other great posts there! And special thanks to Sergey Tihon for organizing this. A few weeks ago, while at BuildStuff, I walked next … Continue reading
Fun with turtles
F# is a great language to build internal DSLs, but I had no idea that you could go as far as what I’m going to present here… Let’s start from the start: my goal was to design some way for … Continue reading
Posted in F sharp love, Syntax Puzzles
Tagged Computation Expressions, DSL, F#, FsAdvent
Comments Off
F# |> I <3
I’ve been writing about F# for a little while now, and how it has influenced the way I code in C# on an everyday basis for 3 years. During the last couple weeks, I’ve finally had the chance to use … Continue reading