Web Apps Add F# to Your Web App with Fable With Fable, you can add F# code to your new or existing web application. Fable compiles to JavaScript, so it runs directly in the browser.
Functional Programming Folding Away Mutations in F# F#'s immutability led me to solve a problem in a more functional way, using fold to apply a series of mutations.
.NET / WPF TDD in a REPL, Continued: Read-Eval-PrettyPrint-Loop How Read-Eval-Print-Loop can be improved by turning it into a Read-Eval-PrettyPrint-Loop. Plus a Github repo of the author's TDD script for F# development.
Functional Programming TDD in a REPL Using F#'s interactive REPL scripting to do iterative Test-Driven Development (TDD).