Compiled Chronicles

A software development blog by Angelo Villegas

Tag: Functional Programming

  • Functional Programming

    Late part of the year 2015, TU Delft released a MOOC about Functional Programming on edX.org using Haskell. If you already know Swift, then you know that it is a multi-paradigm language that includes functional programming as one of it’s paradigm; and because of this, it piqued my interest to enroll in this course. What is Functional Programming? Functional programming is a programming paradigm that treats…