This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-02-01
Channels
- # aatree (1)
- # admin-announcements (11)
- # beginners (77)
- # boot (73)
- # braid-chat (29)
- # cbus (3)
- # clara (3)
- # cljs-dev (16)
- # cljsjs (2)
- # cljsrn (68)
- # clojure (149)
- # clojure-austin (1)
- # clojure-czech (2)
- # clojure-miami (8)
- # clojure-poland (28)
- # clojure-russia (165)
- # clojure-ukraine (1)
- # clojurebridge (3)
- # clojurescript (64)
- # community-development (1)
- # core-async (27)
- # core-matrix (2)
- # cursive (38)
- # data-science (2)
- # datavis (4)
- # datomic (3)
- # dirac (78)
- # emacs (10)
- # events (1)
- # funcool (6)
- # hoplon (25)
- # immutant (2)
- # jobs (3)
- # ldnclj (34)
- # luminus (4)
- # mount (23)
- # off-topic (26)
- # om (121)
- # onyx (320)
- # other-lisps (1)
- # proton (13)
- # re-frame (33)
- # yada (3)
Hi all, I’m going through the datomic tutorial at http://docs.datomic.com/tutorial.html , and trying to understand the samples/seattle/getting-started.clj file in the free datomic distribution. The transactions have an @ symbol before the form, e.g. `;; submit seed data transaction @(d/transact conn data-tx)` . What does this symbol signify? Is this a clojure annotation of some kind, or specific to datomic?
never mind, managed to find it by googling “at sign clojure”, found this useful link https://yobriefca.se/blog/2014/05/19/the-weird-and-wonderful-characters-of-clojure/