# HG changeset patch
# User Christian Urban
- There are nowadays some very beautiful online books that help with displaying, explaining and runing of + There are some very beautiful online books that help with displaying, explaining and running 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. + The idea would be to implement something similar (i.e. the infrastructure) on a smaller + scale. Another idea is to help with creating online tutorials - one inspiration are + the tutorials from Grape.codes and + the interactive video editor here.