# HG changeset patch # User Christian Urban # Date 1650959908 -3600 # Node ID 03c19716590de2b6503765a4aef53499ebe76c76 # Parent 935124ddd3ecee922b09d146edd6675b08c7c45e updated diff -r 935124ddd3ec -r 03c19716590d bsc-projects.html --- a/bsc-projects.html Sun Apr 10 22:14:00 2022 +0100 +++ b/bsc-projects.html Tue Apr 26 08:58:28 2022 +0100 @@ -391,15 +391,18 @@ MarkSlides by Oleksandr Cherednychenko.

-
  • [CU5A] Generation of Online Books

    +
  • [CU5A] Generation of Online Books / Online Tutorials

    - 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.