typeclasses / haskell-phrasebook

The Haskell Phrasebook: a quick intro to Haskell via small annotated example programs
https://typeclasses.com/phrasebook
210 stars 22 forks source link

WIP: adds "paths-and-directories" and "concurrent-processes" examples #35

Open friedbrice opened 4 years ago

friedbrice commented 4 years ago

This is marked as WIP because it has a few problems:

  1. How to (or is it even a good idea to) import files from a previous lesson.
  2. Perhaps it's too complicated or too specific.
  3. I don't like that it applies a record update on CreateProcess without introducing CreateProcess first.
  4. Since it deals with files we're not creating, the results are sensitive to the user's environment.
friedbrice commented 4 years ago

Addresses issue: https://github.com/typeclasses/haskell-phrasebook/issues/22