hkupty/carbon.html

0.1 feature set

Closed this issue · 1 comments

  • can generate hiccup-compatible tags
    • HTML tags
    • tag attributes
  • all tags are tested
    • binds
      • :c/let
      • :c/for
      • :c/component
      • :c/declare
    • conds
      • :c/if
      • :c/when
    • data-access
      • :c/get
      • :c/zoom
  • has decent usage ergonomics
    • templates folder can be provided/configured
    • can generate a valid HTML in a single pass
  • Has debug in-place
    • with-debug macro only adding debug logic based on system property being set

Lifting the idea of debugging to another issue. Looks good for now.