Tag Archives: pattern matching

Building an F# powered indexing system (part 2)

This is the second in a series of posts documenting a from-scratch indexing application I’m building in F#.  The first post in the series gives a good overview of the application. I’ve gone ahead and put the source up as well, so you can skip straight to that if you think I’m a jackass.
Now [...]

Building an F# powered indexing system

When I first started dabbling in F#, I really struggled to understand how someone (in particular, me) would sit down and start writing an application from scratch.  Project Euler puzzles are a great way to learn syntax (and probably the best place to start), but I would have loved to see a real application’s source [...]