workspace
stringclasses 4
values | channel
stringclasses 4
values | text
stringlengths 1
3.93k
| ts
stringlengths 26
26
| user
stringlengths 2
11
|
---|---|---|---|---|
clojurians | clojure | <@Sandy>: what kind of stuff is coming down the pipe in `master`? | 2017-12-31T00:00:46.000023 | Bernice |
clojurians | clojure | tools.reader can get you line number and column number as metadata attached to data values that can have metadata in Clojure, i.e. collections and symbols, but not keywords, strings, numbers, ... | 2017-12-31T00:00:48.000035 | Micha |
clojurians | clojure | you can use git repos as deps. So git url + sha (or something of that nature) in place of maven artifacts | 2017-12-31T00:01:33.000061 | Sandy |
clojurians | clojure | cool, I think I'll be able to ditch package.json after that | 2017-12-31T00:03:00.000022 | Bernice |
clojurians | clojure | what, if anything, does tools.reader offer over plain `read` then ? | 2017-12-31T00:57:42.000024 | Berry |