By tag: mutable
0
kicks
Building an F# powered indexing system (part 2)
The second development chunk focuses on creating documents to index, and munging them into a format to hand off to an external library. There are examples of calling a .NET library from F#, mutable values, function composition, and several other spiffy sounding things.