README.org: Update the roadmap.

This commit is contained in:
Sergiu Ivanov 2020-11-29 23:11:18 +01:00
parent 7f0d261e98
commit 485aa4ca95
1 changed files with 0 additions and 8 deletions

View File

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