zen-lang / zen

Library for model driven systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

implement zen expression types

niquola opened this issue · comments

Do not validation lists?

feature sketch:

  • symbols in list are not expanded by default
  • vector-like validations continue to work on list type
  • engine may be provided that dispatches to the eval-apply impl
  • default :clj engine is supported

as of right now we stopped on the symbol resolution part, maybe will implement macro-engine later as a separate feature