Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 943 Bytes

readme.md

File metadata and controls

18 lines (9 loc) · 943 Bytes

This is the repository containing the article and the samples / code sources of my "Applied F# Challenge" submission.

Readable Version

You can find the final article here.

Tagged Version

Please use the tag contribution_2 of this repository to get the version that was used for the challenge.

Structure

artikel: Contains the written article content and images, diagrams, etc. Ignore the bak an rest folders.

src: Contains all code samples and sources. run PS src> ./.paket/paket.exe install before playing around. You can use F# interactive to evaluate the samples live. Please ignore the bak folder.

output: Contains code to generate the article (html) our of the markdown files. Run PS output> genHtml.cmd or make paket install and run genHtml.fsx with fsi. The rendered result is in ./docs/index.html.