This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-09-29
Channels
- # aws (2)
- # babashka (2)
- # beginners (86)
- # calva (1)
- # cider (17)
- # clojure (46)
- # clojure-conj (1)
- # clojure-nl (1)
- # clojure-uk (6)
- # clojurescript (8)
- # clojutre (2)
- # cursive (3)
- # data-science (1)
- # datascript (5)
- # datomic (1)
- # fulcro (9)
- # funcool (5)
- # jackdaw (1)
- # leiningen (6)
- # pathom (2)
- # re-frame (2)
- # rewrite-clj (2)
- # shadow-cljs (19)
- # spacemacs (12)
- # sql (2)
- # vim (26)
@ikitommi Hmm, nice idea about vertx-clj
org. When we have many modules stable we can make a propose to include it as official lang (https://github.com/eclipse-vertx/vert.x/issues/2092)
in any case, at least my intention is have bindings for thinks that make sense for clojure, i don't have plans for include all the vert.x stuff
the most immediate example is routing: i'm using reitit-core and sieppari for routing in vertx-clojure
(my repo)
about sql bindings, i have done a similar stuff here: https://github.com/mammutdb/mammutdb/blob/develop/src/mammutdb/util/vertx_pgsql.clj but then i realized that you have done similar stuff on https://github.com/metosin/porsas