Welcome! Please see the About page for a little more info on how this works.

0 votes
in ClojureScript by
Clojure (for JVM) handles code that contains emoji just fine, as shown in this example REPL session:


user=> (let [

3 Answers

0 votes
by
_Comment made by: thai_

I added a simple patch that fixes this problem. Also a test is added to verify the fix. I have already signed the Clojure CA.

----

To give an example of how emojis might be useful in ClojureScript, I am creating a web page using ClojureScript and I want to define a color scheme. I could use the “artist palette” emoji to refer to the color palette.


(def
0 votes
by

Comment made by: mfikes

Attached patch no longer applies cleanly.

0 votes
by
...