On Mar 13, 2009, at 3:07 AM, Michael Wood wrote:
>
> This is pretty standard behaviour.
>
> On the other hand, it's not universal.
>
> sbcl:
>
> * 07
>
> 7
> * 08
>
> 8
>

Common Lisp uses a separate syntax for binary/octal/hex literals. Legal:
#b1011, #o377, #xDEADBEEF, #36rZZZ (Base 36 anyone?)
Illegal:
#b2, #o8, #xQUICKSAND

(Of course, #36rCLOJURE => 27432414842 :-) )

Aloha,
David Sletten



--~--~---------~--~----~------------~-------~--~----~
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
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to