Jason Rowe

Be curious! Choose your own adventure.

Tag: Functional Programming

  • Functional Fun Calculating SMA and EMA

      To try out F#I decided to make a function to calculate  simple moving average (SMA) and exponential moving average (EMA).  The SMA and EMA have enough math to try many of the features of F# and functional programming. The first thing I learned was F# has a way to quickly execute code. If you […]