Haskell miscellany

2016-04-08

I haven’t posted in a week or two, so I thought I’d write something quick and dirty.

Well, this week my class started, which is very exciting. I’m the organizer and also the guy who (so far, at least) has typed the sample code up on the projector in front of class.

Also, random Haskell coolness: use Stack to automatically rebuild your Stack project and run an executable on successfully build:

$ stack build --file-watch --exec hello-world

Nice!

See you next time.

Tags

Haskell

Content © 2024 Richard Cook. All rights reserved.