test345

eval2020 2019-01-26T00:02:11.001100Z

via aleph

eval2020 2019-01-26T00:09:46.001300Z

testing

eval2020 2019-01-26T00:14:02.001500Z

moar

eval2020 2019-01-26T00:15:39.001700Z

hello

eval2020 2019-01-26T00:18:25.001900Z

test

eval2020 2019-01-26T00:30:05.002100Z

moar

eval2020 2019-01-26T00:44:39.002300Z

testing

eval2020 2019-01-26T00:49:18.002500Z

foo

eval2020 2019-01-26T00:52:11.002700Z

bar

eval2020 2019-01-26T01:08:52.002900Z

baz

eval2020 2019-01-26T01:15:45.003100Z

bats

eval2020 2019-01-26T01:29:43.003300Z

test

eval2020 2019-01-26T01:41:03.003500Z

test

eval2020 2019-01-26T01:43:09.003700Z

testing

eval2020 2019-01-26T02:11:04.004400Z

πŸ˜„ πŸ™‚ πŸ‘πŸ» πŸ‘

eval2020 2019-01-26T02:15:00.004600Z

some more

eval2020 2019-01-26T03:04:38.004900Z

Foo

eval2020 2019-01-26T09:21:37.005500Z

(defn code [& args])

eval2020 2019-01-26T09:22:20.006300Z

(defn some-fn [& args]
  (apply + args))
moar in this same message

eval2020 2019-01-26T10:20:41.006600Z

(defmacro if-not
  "Evaluates test. If logical false, evaluates and returns then expr, 
  otherwise else expr, if supplied, else nil."
  {:added "1.0"}
  ([test then] `(if-not ~test ~then nil)) ====> so this line will end up calling this one (if (not ~test) ~then ~else) ?
  ([test then else]
   `(if (not ~test) ~then ~else)))

eval2020 2019-01-26T10:23:05.006800Z

(defmacro if-not
  "Evaluates test. If logical false, evaluates and returns then expr, 
  otherwise else expr, if supplied, else nil."
  {:added "1.0"}
  ([test then] `(if-not ~test ~then nil)) ====> so this line will end up calling this one (if (not ~test) ~then ~else) ?
  ([test then else]
   `(if (not ~test) ~then ~else)))

eval2020 2019-01-26T10:23:44.007200Z

(defmacro if-not
  "Evaluates test. If logical false, evaluates and returns then expr, 
  otherwise else expr, if supplied, else nil."
  {:added "1.0"}
  ([test then] `(if-not ~test ~then nil)) ====> so this line will end up calling this one (if (not ~test) ~then ~else) ?
  ([test then else]
   `(if (not ~test) ~then ~else)))

eval2020 2019-01-26T10:31:13.007600Z

(defmacro if-not
  "Evaluates test. If logical false, evaluates and returns then expr, 
  otherwise else expr, if supplied, else nil."
  {:added "1.0"}
  ([test then] `(if-not ~test ~then nil)) ====> so this line will end up calling this one (if (not ~test) ~then ~else) ?
  ([test then else]
   `(if (not ~test) ~then ~else)))

eval2020 2019-01-26T10:32:40.008Z

user=> some repl

eval2020 2019-01-26T10:32:57.008200Z

user=> some repl

eval2020 2019-01-26T10:33:14.008500Z

user=> some repl

eval2020 2019-01-26T10:34:10.008700Z

user=> (defn moar [])
#'user/moar
user=>

eval2020 2019-01-26T10:34:29.008900Z

user=> (defn moar []) #’user/moar user=>

eval2020 2019-01-26T10:37:34.009100Z

user=> (defn moar [])
#'user/moar
user=>

eval2020 2019-01-26T10:40:40.009500Z

(tap> 1)

eval2020 2019-01-26T11:04:07.009700Z

some >

eval2020 2019-01-26T11:14:05.009900Z

user=> (defn moar [])
#'user/moar
user=>

eval2020 2019-01-26T11:16:16.010500Z

(defmacro if-not
  "Evaluates test. If logical false, evaluates and returns then expr, 
  otherwise else expr, if supplied, else nil."
  {:added "1.0"}
  ([test then] `(if-not ~test ~then nil)) ====> so this line will end up calling this one (if (not ~test) ~then ~else) ?
  ([test then else]
   `(if (not ~test) ~then ~else)))

eval2020 2019-01-26T11:20:51.010800Z

(tap>)

(tap>)

eval2020 2019-01-26T11:26:03.011200Z

{:deps {bla {:mvn/version "RELEASE"}}}

eval2020 2019-01-26T11:26:15.011400Z

{:deps {bla {:mvn/version "RELEASE"}}}

eval2020 2019-01-26T12:27:31.011600Z

Foo

eval2020 2019-01-26T13:34:19.012200Z

mentioning @eval2020 @zulip-mirror-bot

eval2020 2019-01-26T13:38:59.012400Z

mentioning @eval2020 @zulip-mirror-bot

eval2020 2019-01-26T13:43:11.012600Z

mentioning @eval2020 @zulip-mirror-bot

eval2020 2019-01-26T13:48:43.012800Z

mentioning @eval2020 @zulip-mirror-bot

eval2020 2019-01-26T13:49:26.013Z

mentioning @eval2020 and also @zulip-mirror-bot

eval2020 2019-01-26T14:19:10.013300Z

(defn load-global-config
  ([] (load-file "~/.b42/init.cljs"))
  ([config-file] (load-file config-file)))
mentioning @eval2020 and also @zulip-mirror-bot

eval2020 2019-01-26T14:25:06.013500Z

mentioning @eval2020 and also @zulip-mirror-bot

eval2020 2019-01-26T14:27:41.013700Z

user=> (defn moar [])
#'user/moar
user=>

eval2020 2019-01-26T14:35:33.013900Z

user=> (defn moar [])
#'user/moar
user=>

eval2020 2019-01-26T14:40:41.014100Z

mentioning @eval2020 @zulip-mirror-bot

eval2020 2019-01-26T15:01:10.014200Z

starting thread

eval2020 2019-01-26T15:35:10.014600Z

another msg in thread

eval2020 2019-01-26T15:29:56.014500Z

testing

eval2020 2019-01-26T18:56:32.014900Z

don’t

eval2020 2019-01-26T18:57:57.015100Z

’

eval2020 2019-01-26T18:59:17.015300Z

’

eval2020 2019-01-26T19:04:45.015500Z

’

eval2020 2019-01-26T19:08:31.015700Z

’

eval2020 2019-01-26T19:08:44.015900Z

test: ’ met aanpassing

eval2020 2019-01-26T19:13:05.016200Z

testing en aanpassing