Experiment 09
This post explores the possibility of using inclusive programming languages, i.e. ones that successfully accommodate functional and object-oriented programmi...
This post explores the possibility of using inclusive programming languages, i.e. ones that successfully accommodate functional and object-oriented programmi...
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#.