.charCodeAt is the correct thing - there is no real char type in
ClojureScript only strings.

David

On Tue, Feb 9, 2016 at 1:01 PM, nick rothwell <n...@cassiel.com> wrote:

> Dumb question: should I be able to get the ordinal value of a character in
> ClojureScript via something like
>
> (int \A)
>
> ? This does exactly what I'd expect in Clojure. In ClojureScript it seems
> to compile to
>
> "A" | 0
>
> which evaluates to 0.
>
> (I'm now doing (.charCodeAt \A) which works fine.)
>
> [org.clojure/clojurescript "1.7.228"]
>
> --
> 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.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to