Dan J’s Website

A variety of interesting things

Articles tagged with fsharp

Getting Up and Running With F# in Visual Studio Code on macOS

Setting up Visual Studio Code for F#

  • Cool: you can open a Terminal in VSCode with ^ + `
  • Do I need to install an extension to use F#? Syntax colouring is built in, looks like
  • Let’s try creating an FSX script file
    • Ok, I can do that, it has syntax highlighting …

Published:

Resources for Building My Own Site Generator

There's no good reason I should build my own site generator, instead of just using Jekyll (as I am at the time of writing this post.)

No good reason, other than I want to, other than I miss software development and, more specifically, have never really done a big software …

Published:

F# for Fun and Profit

This is basically my go-to site for learning F#. Full of good explanations of concepts, and worked examples.