Welcome to MSDN Blogs Sign in | Join | Help

June 2008 - Posts

Some guidelines for readable F# code

When learning a new programming language it isn’t enough to know the syntax, you must also take the time to learn the idioms and styles for the language. Unfortunately those idioms and styles develop over years and F# still hasn’t had its ‘official v1'.0’
Posted by ChrSmith | 1 Comments

Shameless plug - FsTest

Matthew Podwysocki finished putting together a DSL for unit testing . I imagine this only scratches the surface of what you can do with DSLs in F#.   The same approach also works for scripting too, check out this piece of Zen: #light open System.IO
Posted by ChrSmith | 2 Comments

Function Composition

During a lunchtime conversation with Dustin Cambell, of Did it with .NET fame, the topic of Function Composition came up. I am a huge fan of the pipe-forward operator (|>) but have never found a use for the function composition operator (>>).
Posted by ChrSmith | 2 Comments
Filed under:
 
Page view tracker