Posts tagged "fp"

  1. Haskell diary #6

    Applies Haskell to a real-world problem involving graph analysis, finding cycles in database-loaded graphs and writing results back.

  2. Haskell diary #5

    Explores the practical side of Haskell by attempting to build a minimal web application with database connectivity using Yesod and Scotty frameworks.

  3. Haskell diary #4

    Learning journal covering Haskell homework challenges, pattern matching on constructors, and reflections on the learning approach.

  4. Haskell concepts I'm learning

    Maps out the new concepts encountered while learning Haskell, highlighting why it's particularly challenging compared to other programming languages.

  5. Haskell diary #3

    Learning journal documenting work on CIS194 Homework 2, exploring Haskell constructs and functional programming concepts.

  6. Haskell diary #2

    Learning journal covering CIS194 Homework 1, exploring basic Haskell interactivity and fundamental programming concepts.

  7. OOP vs FP: a couple of thoughts

    Compares object-oriented and functional programming paradigms, focusing on the key difference of state management between the two approaches.

  8. Haskell diary #1

    First entry in a learning diary documenting the journey of learning Haskell and functional programming, starting with basic syntax and fundamentals.

  9. A list of Haskell learning resources

    Curated collection of Haskell learning resources for beginners, compiled during the author's functional programming learning journey.

  10. Getting started with Haskell

    Practical guide to setting up a Haskell development environment, focusing on tools and setup steps for learning functional programming.

  11. Functional programming: the next big thing?

    Reflects on the growing popularity of functional programming and whether it will become mainstream, drawing from past experiences with technology adoption.