From 485aa4ca95c92bb52e56a92146a5b5dc71b4862d Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Sun, 29 Nov 2020 23:11:18 +0100 Subject: [PATCH] README.org: Update the roadmap. --- README.org | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.org b/README.org index 9764657..dbabecd 100644 --- a/README.org +++ b/README.org @@ -34,14 +34,6 @@ interaction with Org-mode. that I work on the subsequent items decreases with their position in the list. -*** TODO Start writing the docs properly with Scribble - Convert some of the comments to Scribble, in particular - module-level comments introducing the modules and each of - the sections. - - Set up the infrastructure for extracting the in-source comments - using [[https://docs.racket-lang.org/scribble/srcdoc.html][this]]. - *** TODO Think about /not/ using generics for the dynamics Typed Racket can now type classes, and I can implement the idea from the module =generics= as a class. However, I got this advice