Hacker News new | past | comments | ask | show | jobs | submit login

Yes, you're correct. C was created to control a CPU, it is a low level language with a comfortable syntax. C abstracts the hardware. But Fortran has nothing to do with hardware, it is just a notation for computing matrix algorithms. Fortran can be thought as a primitive APL. You can do all kinds of optimizations in Fortran that you cannot do in C, because it doesn't care or know about the underlying hardware.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: