Now that the BF compiler is together, it’s time to add some obvious optimizations.
BF Compiler Part 3 - Compiler
Read Time: 18 minutesBF Compiler Part 2 - MSIL
Read Time: 7 minutesBF Compiler Part 1 - Parsing
Read Time: 12 minutesSo I thought to myself, what does the world need? Obviously another brainfuck (BF) compiler. In this series I will use F# and FParsec to compile BF source code into MSIL to run in Microsoft’s CLR. Honestly, this isn’t a particularly ground-breaking task, but it serves as a fun opportunity to showcase a popular parsing library. Beyond that, it shows how easy it is for F# to leverage various parts of the .NET ecosystem.
Simple Analysis with F#
Read Time: 12 minutesThis post is a follow up to my previous look into Text Analytics. It will provide additional examples of how data can be pulled and processed in F#. I’ll also use this as an opportunity to draw more charts. For all this to happen, I’ll be doing light analysis of the full text of Mary Shelley’s “Frankenstein”.