Noel Welsh
Noel Welsh
All chapters, except introduction / setup, should have recaps at the end.
Go through "Generative" chapter and fix typos, edit as necessary, etc. In practice I've found students struggled with Applicative, so consider replacing with further discussion of Monad.
Flame fractals are simple to implement and look impressive. Consider adding them as a project. This will require changes to Doodle to support bitmap images.
A larger project to tie together concepts would be good. Perhaps a Twitter bot that tweets generative artworks?
The documentation for `sbt-native-packager` is generally IMO less helpful than it could be. It often fails to describe what is going on in any detail. For example: http://www.scala-sbt.org/sbt-native-packager/formats/universal.html#configurations "Here is...
It would be nice to be more liberal in parsing code sheds: - allow space between the shed delimiter and `tut`. So ```````tut` parses. - allow `~~~` as a code...
I attemtped to add your RSS feed to my podcast app (PocketCasts) but it doesn't like the format of your RSS feed. Using the tool at https://www.pocketcasts.com/submit/ gives the following...
It would be useful to be able to run mdoc on source that is not in markdown files. The most general way to handle this would be to define an...