I was just reading an article on Kotlin and noticed they have nearly
identical destructuring syntax as in Clojure:

for ((k, v) in map) { println(ā€œ$k -> $vā€) }


Kotlin can also be compiled into JavaScript ES5.1 to target browsers, just
like with ClojureScript.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/clojure/CAN67zA3Oha9FbSdw-QeJ08vTyC%3DHjGXpkov9y_F2K1cL3UDyAA%40mail.gmail.com.

Reply via email to