Jason Rowe

Be curious! Choose your own adventure.

Tag: F#

  • 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 […]

  • Shiny New Toys, Visitor Pattern, and Real World Functional Programming

      Last week in the office I thought to my self, “Holiday weekend coming! I’ll have time to play with WP7 or maybe I’ll play with HTML5”. Then I saw this tweet on twitter. We as developers spend too much time playing with baubles and shiny new tools and not enough time on core skills […]