zen-lang / zen

Library for model driven systems
116 stars 12 forks source link

Can we handle situations where we need only one model? #64

Open niquola opened 1 year ago

niquola commented 1 year ago

Let's say we want to define just form and we do not want to think about namespace for it

{:zen/name myapp/form
 :zen/type lib/form 
 ;; ... 
 }