> That syntax is already used for defrecords.
>
> Clojure 1.4.0-beta2
> user=> (defrecord Foo [a b])
> user.Foo
> user=> (read-string "#user.Foo[1 2]")
> #user.Foo{:a 1, :b 2}
> user=>
>
>
Technically, there is no space with that method. As it is currently
implemented, tags are separated by a space between the clojure data it is
tagging.
> Sure, just define your own print function that defaults to the standard
> Clojure print.
>
>
That works! Some how the obvious can be quite elusive at times.
--
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to [email protected]
Note that posts from new members are moderated - please be patient with your
first post.
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en