5
Shouts

Intro to F# part 2: First-class function, point-free style

published 949 days, 20 hours, 15 minutes ago posted by traskjdtraskjd 950 days, 12 hours, 49 minutes ago
Wednesday, October 13, 2010 6:32:01 PM GMT Wednesday, October 13, 2010 1:58:16 AM GMT

In the previous instalment, we saw that F# provided composition operators to allow you to concisely build up anonymous functions without the overhead of lambda syntax. Occasionally, however, a function will be so amazingly useful that you actually want to give it a name so you can use it from more than one place. Part 2 discusses how to achieve this.

category: How To | clicked: 4 | | source: www.mindscape.co.nz | show counter code
tags: functions, F#, Mindscape

No comments yet, be the first one to post comment.

To post your comment please login or signup