# HG changeset patch
# User Christian Urban
+ There are nowadays some very beautiful online books that help with displaying, explaining and runing of + code. Two very noteworthy examples are Hands-on Scala + by Haoyi Li, and Crafting Interpreters by Robert Nystrom + (see also here for the latter). + They integrate many tools, like github, markdown, snippets and much more, into a whole book (sometimes online and in paper-form). + The idea would be to implement something similar (i.e. the infrastructure) on a smaller scale. +
+ +