Re: variable name duplicate

2022-07-30 Thread vinurs
uot;x_" you get an exception. > > On Sat, Jul 30, 2022, 5:23 AM vinurs wrote: > >> hello, >> i have the following code: >> ``` >> (let [x- 1 x_ 2] (fn [] [x- x_])) ; => Throws: Duplicate field name "x_" >> with signature "J

variable name duplicate

2022-07-30 Thread vinurs
hello, i have the following code: ``` (let [x- 1 x_ 2] (fn [] [x- x_])) ; => Throws: Duplicate field name "x_" with signature "J" in class file [...] ``` i tested from clojure 1.0.0 to the latest, all throw the exception -- You received this message because you are subscribed to the Google Group

Re: Clojure/flutter

2018-06-27 Thread vinurs zhang
I'am also looking for the clojuredart so i can write flutter app with clojure 在 2018年4月26日星期四 UTC+8上午5:42:23,Gregg Reynolds写道: > > Flutter is looking pretty good to me. Sure would be nice to have a > clojure->flutter compiler. Anthing there, there? > -- You received this message because you a