On 13 Mrz., 14:19, David Sletten <da...@bosatsu.net> wrote: > 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 :-) )
This is also available in Clojure: user> 36rCLOJURE 27432414842 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---