Fork me on GitHub
#funcool
<
2019-09-29
>
niwinz09:09:09

@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)

👍 4
niwinz09:09:58

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

niwinz10:09:06

the most immediate example is routing: i'm using reitit-core and sieppari for routing in vertx-clojure (my repo)

niwinz10:09:52

i don't think that wrap vertx router is a good idea having reitit-core

niwinz10:09:42

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