ソースを参照

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?))