bpsm / edn-java

a reader for extensible data notation
Eclipse Public License 1.0
100 stars 24 forks source link

add convenience factory methods to the various Named classes #24

Closed bpsm closed 11 years ago

bpsm commented 11 years ago

e.g. Symbol.newSymbol(name) should construct a Symbol without a namespace. Keyword.newKeyword(ns, name) should be equivalent to Keyword.newKeyword(Symbol.newSymbol). Similarly for Tag.