Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
lelele
on June 22, 2011
|
parent
|
context
|
favorite
| on:
Edsger Dijkstra's note on starting array indices a...
Common Lisp, of course, gets modulus right:
(mod -1 5) => 4 (mod 13 4) => 1 (mod -13 4) => 3 (mod 13 -4) => -3
Join us for
AI Startup School
this June 16-17 in San Francisco!
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
(mod -1 5) => 4 (mod 13 4) => 1 (mod -13 4) => 3 (mod 13 -4) => -3