replete-repl / replete-ios

ClojureScript REPL iOS app
Eclipse Public License 1.0
395 stars 25 forks source link

(.toString <num>) fails #46

Closed mfikes closed 8 years ago

mfikes commented 9 years ago

(.toString 1) emits 1.toString$()

Evidently parens are needed http://dev.clojure.org/jira/browse/CLJS-715 And the dollar sign breaks things.

mfikes commented 9 years ago

http://dev.clojure.org/jira/browse/CLJS-1330

mfikes commented 8 years ago

Fixed in dev.