Experiment 08
The final post explains how to use an external domain specific language to load records after compile time!
The final post explains how to use an external domain specific language to load records after compile time!
The second post in the domain specific language series demonstrates how you can use F# computation expressions to create an embedded language.
The first post in the domain specific language series explores the basics of domain modeling using record types in F#.
When should you store data as a list, sequence, or an array? This post explains why you need all three in F#.
In the final post of the series I give a practical example of how to incorporate continuously reproducible strategies into your workflow.
This post describes the approach that I use to make my code reproducible. NOTE: I have only tested this on smallish projects and there certainly are other wa...
The next few posts take step back to examine the benefits of creating reproducible software. We will explore: the continuously reproducible mindset (this ...
This experiment explores various publishing options associated with .NET, including: framework-dependent vs self-contained Windows vs Linux vs OSX and...