| 12 lat temu |
|
cljs
|
4b32c2a8f5
output result in an element, not on the console.
|
12 lat temu |
|
.gitignore
|
801767ba48
clarity: Storing structured data in datomic.
|
12 lat temu |
|
README.md
|
7d7b69eb27
add a tiny README with a few todo items.
|
12 lat temu |
|
clarity.clj
|
ee50681828
Move soft type checking to a separate namespace.
|
12 lat temu |
|
map-sample.html
|
651a0e1b8b
wrap setup in a fn.
|
12 lat temu |
|
map-typed.html
|
4ac1ccac6b
grey out readonly fields.
|
12 lat temu |
|
project.clj
|
8a0ad0ae29
use om 0.3.0.
|
12 lat temu |
clarity
towards structural editing in clojure(-script) using the types from
core.typed and om for the ui.
todo
- vectors and sets
- arbitrary union types
- nested fields
- dynamic fields (fetching possible values/hints from the network (or
generating them?))