Announcing: Literate programming tools for F#
For some time now, I've been writing my F# blog posts (and other F# articles published elsewhere) by combining F# code snippets and Markdown formatting. In fact, I even wrote a Markdown parser in F# so that I can post-process documents (to generate references etc). You can read about the Markdown parser in an upcoming F# Deep Dives book - currently, it is available as a free chapter!
During the Christmas break, I finally found enough time to clean-up the code I was using and package it properly into a documented library that is easy to install and use. Here are the most important links:
- F# Formatting home page
- F# Formatting source code on GitHub
- F# Formatting package on NuGet
To learn more about this tool and how to use it, continue reading!
Published: Tuesday, 22 January 2013, 5:35 PM
Tags:
open source, f#, writing, literate
Read the complete article