Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
How to sum from 1 to 10 in Common Lisp
(
c2.com
)
21 points
by
nyellin
on Dec 26, 2011
|
hide
|
past
|
favorite
|
2 comments
austintaylor
on Dec 26, 2011
|
next
[–]
> Do I have to do everything myself? > (+ 1 2 3 4 5 6 7 8 9 10)
fukamachi
on Dec 28, 2011
|
prev
|
next
[–]
(loop for i from 1 to 10 sum i)
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: