You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Clojure
> Why does Clojure hate 8's? :-)
It doesn't. By adding a leading zero you're telling Clojure that you
want octal numbers. There is no number 08 in octal, instead to write
the base-10 number 8 you would use 010 in octal.
-m
Robert Campbell
unread,
Nov 12, 2009, 8:38:00 AM11/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
Oh, that's pretty neat. Thanks!
> --
> You received this message because you are subscribed to the Google
> Groups "Clojure" group.
> To post to this group, send email to clo...@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+u...@googlegroups.com > For more options, visit this group at
> http://groups.google.com/group/clojure?hl=en
Ramakrishnan Muthukrishnan
unread,
Nov 12, 2009, 8:24:37 AM11/12/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to clo...@googlegroups.com
I guess that's because if you precede a number with 0, it is treated
as Octal numbers and there is no Octal 8. :-)