Explore

haskell × People ×
  • screenshot

    Order of evaluation of function in Haskell – call to ++

    I'm new to Haskell and don't get how the following function is evaluated: test1 1 ls...

  • Why `streaming` Is My Favourite Haskell Streaming Library | Blog | jackkelly.name

    It’s really easy to misuse lazy I/O (e.g., hGetContents) in nontrivial Haskell programs. You can accidentally...

  • screenshot

    zlib1.dll files missing. Windows 10 error

    I am starting to learn haskell for the past few weeks Today morning i loaded ghci...

  • More Fixpoints! (Functional Pearl)

    Haskell’s laziness allows the programmer to solve some problems naturally and declaratively via recursive equations. Unfortunately,...

  • screenshot

    Extending destination-passing style programming to arbitrary data types in Linear Haskell

    Three years ago, a blog post introduced destination-passing style (DPS) programming in Haskell, focusing on array...

  • screenshot

    Checking equality of strings by writing strings as a list

    Exercise 4 . Write a function that takes a string and returns True if the string...

  • Why is Prettier rock solid?

    I've always wondered why Prettier is so good. Yes, it learnt from gofmt what to do...

  • Dependency solving in Nix

    I’ve written a lot about the Nix build system over the past decade, but one complaint...

  • Tyche - Visual Studio Marketplace

    Tyche, named after the Greek goddess of chance, aims to provide a comprehensive integrated development environment...

  • screenshot

    BurntSushi/erd

    Translates a plain text description of a relational database schema to a graphical entity-relationship diagram.