This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2020-08-28
Channels
- # announcements (2)
- # babashka (36)
- # beginners (29)
- # bristol-clojurians (2)
- # calva (3)
- # cider (102)
- # circleci (7)
- # clj-kondo (5)
- # cljs-dev (7)
- # clojure (117)
- # clojure-europe (23)
- # clojure-korea (1)
- # clojure-nl (1)
- # clojure-spec (15)
- # clojure-uk (47)
- # clojurescript (43)
- # code-reviews (1)
- # community-development (1)
- # conjure (32)
- # cursive (1)
- # datalog (15)
- # datomic (14)
- # emacs (18)
- # fulcro (9)
- # helix (23)
- # jackdaw (1)
- # jobs-discuss (10)
- # meander (8)
- # membrane (57)
- # off-topic (4)
- # portal (2)
- # re-frame (22)
- # reagent (1)
- # reitit (9)
- # reveal (3)
- # rewrite-clj (14)
- # shadow-cljs (22)
- # spacemacs (27)
- # sql (34)
- # testing (6)
- # tools-deps (40)
- # vim (5)
- # vrac (15)
- # xtdb (2)
This might be useful https://clojure.org/reference/reader
thanks for the link. i had checked it for a term that might correspond to "tagee" (or "metdatee") but did not come away with anything useful. however, that has been a a useful resource in the overall endeavor of arriving at good terms and definitions so i hope to continue to revisit it :thumbsup:
I don't know if this is what you'd like to use, but the default data reader function (https://clojure.org/reference/reader#_default_data_reader_function) refers to those two pieces as :tag
and :form
. The term form
is used also a couple of times in the "Tagged Literal" section to refer to the piece of data that comes after the tag.
my understanding is that it's not that well-known that one can have constructs like this: #tag1 #tag2 "hello"
the background is that i'm working on a few grammars for clojure -- and the terms i use within them will end up being exposed as a kind of public api. changing this later is likely to be painful. so i'd like to put in some effort up-front to reduce that sort of thing later.
thanks all, here is a draft summary for tagged-literal related items: https://gist.github.com/sogaiu/99958316b4a6c7b84bcc6af2eedce706