Re: Officially support Vert.x

2018-01-10 Thread Feuer Au
def in Clojure does not follow lexical scoping rules; it’s always a global > name. > > On 10 Jan 2018, at 10:25, Feuer Au > > wrote: > > And here is the simple example "Hello from Vert.x!" like other languages > on the Vert.x official front

Re: Officially support Vert.x

2018-01-10 Thread Feuer Au
And here is the simple example "Hello from Vert.x!" like other languages on the Vert.x official frontpage: (ns examples.simple-http-server) (require '[io.vertx.clojure.core.core :as core] '[io.vertx.lang.clojure.vertx :as vertx] '[io.vertx.lang.clojure.http-server :as server] '[io.vertx.lang

Re: Officially support Vert.x

2018-01-10 Thread Feuer Au
ented languages, which would have been difficult > to use for generating a Clojure api. > > - Toby > > > On Thu, Dec 28, 2017 at 10:53 PM, Feuer Au > wrote: > >> Hi All, >> >> Curious about Vert.x is officially supported? >> >> We tried to

Re: Officially support Vert.x

2018-01-09 Thread Feuer Au
geared towards object-oriented languages, which would have been difficult > to use for generating a Clojure api. > > - Toby > > > On Thu, Dec 28, 2017 at 10:53 PM, Feuer Au > wrote: > >> Hi All, >> >> Curious about Vert.x is officially supported? &g

Re: Officially support Vert.x

2017-12-30 Thread Feuer Au
neration system for language modules >> that was geared towards object-oriented languages, which would have been >> difficult to use for generating a Clojure api. >> >> - Toby >> >> >> On Thu, Dec 28, 2017 at 10:53 PM, Feuer Au > > wrote: >

Re: Officially support Vert.x

2017-12-30 Thread Feuer Au
jure api. > > - Toby > > > On Thu, Dec 28, 2017 at 10:53 PM, Feuer Au > wrote: > >> Hi All, >> >> Curious about Vert.x is officially supported? >> >> We tried to use some new languages on JVM e.g. Scala, Kotlin etc. >> >> and be intere

Officially support Vert.x

2017-12-28 Thread Feuer Au
Hi All, Curious about Vert.x is officially supported? We tried to use some new languages on JVM e.g. Scala, Kotlin etc. and be interested in using some relatively purely functional programming languages and so far Clojure is our best bet but unfortunately couldn't find native Clojure api on Ve