Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
eric_t
on Nov 30, 2011
|
parent
|
context
|
favorite
| on:
Only fast languages are interesting
Here's the summation problem in Fortran, quite succinct, IMO:
real, dimension(30000000) :: a call random_number(a) print *, sum(a)
That's 30 million doubles, takes 0.04s on my machine.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: