ox-lang / ox

Ox - An immutable statically typed Lisp for the JVM
https://ox-lang.org
66 stars 3 forks source link

Feature: Reader metadata merging #10

Closed arrdem closed 9 years ago

arrdem commented 9 years ago

^foo ^bar ^baz qux is well defined as (meta (meta (meta (meta qux) baz) bar) foo). The reader meta macro should use merge-meta or some other form that explicitly merges metadata rather than with-meta which has "assignment" or "setting" semantics.