Hacker News new | ask | show | jobs
by lolinder 532 days ago
> The definition of programming is: "creating a sequence of instructions to enable the computer to do something"

I know a lot of Haskell programmers who would take issue with the idea that programming requires a sequence of instructions.

1 comments

A Haskell program is still a sequence of instructions, they’re just composed using the IO monad instead of being written directly.