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
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
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
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
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:
>
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
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