bsc-projects.html
changeset 617 03c19716590d
parent 614 1391ef09c0b9
child 651 e69c7e03bbd1
--- 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 @@
   <A HREF="http://www.markslides.org">MarkSlides</A> by Oleksandr Cherednychenko. 
   </p>
 
-<li> <H4>[CU5A] Generation of Online Books</H4>
+<li> <H4>[CU5A] Generation of Online Books / Online Tutorials</H4>
 
   <p>
-  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 <A HREF="https://www.handsonscala.com/part-i-introduction-to-scala.html">Hands-on Scala</A>
   by Haoyi Li, and <A HREF="https://craftinginterpreters.com">Crafting Interpreters</A> by Robert Nystrom  
   (see also <A HREF="http://journal.stuffwithstuff.com/2020/04/05/crafting-crafting-interpreters/">here for the latter</A>).
   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 <A HREF="https://www.grape.codes/explore">Grape.codes</A> and
+  the interactive video editor <A HREF="https://liqvidjs.org">here</A>.
   </p>