Browse Source

add a tiny README with a few todo items.

Lucas Stadler 12 years ago
parent
commit
7d7b69eb27
1 changed files with 12 additions and 0 deletions
  1. 12 0
      clj/clarity/README.md

+ 12 - 0
clj/clarity/README.md

@ -0,0 +1,12 @@
1
# clarity
2
3
towards structural editing in clojure(-script) using the types from
4
`core.typed` and `om` for the ui.
5
6
## todo
7
8
* vectors and sets
9
* arbitrary union types
10
* nested fields
11
* dynamic fields (fetching possible values/hints from the network (or
12
    generating them?))