瀏覽代碼

add a tiny README with a few todo items.

Lucas Stadler 12 年之前
父節點
當前提交
7d7b69eb27
共有 1 個文件被更改,包括 12 次插入0 次删除
  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?))