From ddc6b3d10c9d29910980bf13f8c730e510a92300 Mon Sep 17 00:00:00 2001 From: Sergiu Ivanov Date: Tue, 8 Aug 2023 16:49:22 +0200 Subject: [PATCH] Update the roadmap. --- README.org | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.org b/README.org index 2caf3ff..ade0ad3 100644 --- a/README.org +++ b/README.org @@ -82,9 +82,20 @@ interaction with Org-mode. newer code. These artifacts are marked with the keywords =TODO:= in the source. +*** TODO Fix =ob-racket= to work with Typed Racket +Currently, the =ob-racket= backend for running Racket code blocks in +Org-mode assumes the code is written in =#lang racket=, which breaks +the output for tables for example. This makes the typed version of +=dds= essentially useless with tables. + +*** TODO Fix [[file:example/example.org][example.org]] +I changed quite a number of things while converting =dds= to Typed +Racket, which should break a lot of things in [[file:example/example.org][example.org]]. + *** TODO Think about splitting the library into lib and doc *** TODO Consider splitting =dds/utils= into a separate package +*** TODO Implement [[https://en.wikipedia.org/wiki/P_system][P systems]] *** TODO Implement a shorter syntax for defining Boolean functions Right now, this is how one defines the Boolean function: