Update the roadmap.
This commit is contained in:
parent
17b6ac7fb6
commit
ddc6b3d10c
1 changed files with 11 additions and 0 deletions
11
README.org
11
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:
|
||||
|
||||
|
|
Loading…
Reference in a new issue