!gWEkPbprAwBHgNtVcH:matrix.org

#clojure-vienna

62 Members
Public Austrian Clojurian Channel. Meet us at: http://www.meetup.com/clojure-vienna/19 Servers

You have reached the beginning of time (for this room).


SenderMessageTime
4 May 2018
@bendlas:matrix.orgbendlas changed the history visibility to "world_readable" from "shared".02:17:39
Room Avatar Renderer.02:24:13
Room Avatar Renderer.02:27:15
@bendlas:matrix.orgbendlasSorry for the pic re-add, I misclicked ...02:30:02
@bendlas:matrix.orgbendlasHow about doing one or more intermediate-advanced hacking sessions at some point? I'd like to work on a matrix app-service, to link our twitter feed into this channel ... ;-)02:33:05
@bendlas:matrix.orgbendlasRedacted or Malformed Event02:35:35
@bendlas:matrix.orgbendlasI mean, there is https://github.com/Half-Shot/matrix-appservice-twitter, but github says it's retired, and it's not in Clojure anyway ;-)02:38:02
@bendlas:matrix.orgbendlasalso, a whole app service (able to mirror twitter users into matrix, via DM) is probably overkill, right?02:42:37
@bendlas:matrix.orgbendlasad May Meetup: be looking forward to have pyr as a guest speaker! \o/02:45:29
11 Jun 2018
@p_brc:matrix.orgp_brcDo we have topics for the next meetup? I have been using Planck lately which could be interesting and maybe a first look at Datomic Ion09:44:32
13 Jun 2018
@bendlas:matrix.orgbendlasPlank is really cool08:57:39
22 Jun 2018
@kloimhardt:matrix.orgkloimhardtCan someone paste the following code into a Clojure 1.9.0 repl? Does anyone understand why the last expression does not throw a spec exception? (do     (require '[clojure.spec.alpha :as s])     (require '[clojure.spec.test.alpha :as ts])     (defn foo [bar] bar)     (s/fdef foo :args (s/cat :baz number?))     (defmulti foo-multi identity)     (defn make-method [multi-fct fct]      (defmethod multi-fct :no-exeption [bar] (fct bar)))     (make-method foo-multi foo) (ts/instrument)     (foo-multi :no-exeption))07:23:16
25 Sep 2018
@bendlas:matrix.orgbendlas kloimhardt Sorry, erst jetzt mal gesehen. Das is, weil (make-method foo-multi foo) schon das Funktionsobjekt aus foo-multi rausnimmt (äquivalent zu (deref (var foo-multi))), bevor ts/instrument die var instrumentiert. 13:49:06
@bendlas:matrix.orgbendlas erm ... s/foo-multi/foo 13:51:53
@bendlas:matrix.orgbendlas

probier zum vergleich

(do
        (require '[clojure.spec.alpha :as s])
        (require '[clojure.spec.test.alpha :as ts])
        (defn foo [bar] bar)
        (s/fdef foo :args (s/cat :baz number?))
        (defmulti foo-multi identity)
        (defn make-method [multi-fct fct]
          (defmethod multi-fct :no-exeption [bar] (fct bar)))
        (make-method foo-multi #(foo %))
        (ts/instrument)
        (foo-multi :no-exeption))
13:52:56
3 Oct 2018
@kloimhardt:matrix.orgkloimhardtbendlas, danke für den Hinweis von "foo" auf "#(foo %). Ich hab in der Zwischenzeit dem Maintainer von sicmutils eine Lösung mit Macros vorgeschlagen https://github.com/littleredcomputer/sicmutils/issues/33 . Die hat er angenommen. Ich hoff ich hab da jetzt nicht die schlechtere Lösung vorgeschlagen.17:44:38
1 Dec 2018
@bendlas:matrix.orgbendlasI created an advent-2018 project in the clojure-vienna github org: https://github.com/clojure-vienna/advent-2018 feel free to contribute :-)16:25:37
10 Dec 2018
@odi79:matrix.orgodi79 joined the room.21:12:46
16 Jan 2019
@bendlas:matrix.orgbendlas kloimhardt: hier was für dich: https://clojureverse.org/t/online-meeting-clojure-data-science/3503 23:00:03
17 Jan 2019
@kloimhardt:matrix.orgkloimhardtCool, danke00:07:16
@odi_79:matrix.org@odi_79:matrix.org joined the room.07:10:45

Show newer messages


Back to Room ListRoom Version: