Slashdot Mirror


User: silacoid

silacoid's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. ...and don't forget C on Why Scientists Are Still Using FORTRAN in 2014 · · Score: 1

    I just find it silly when C programmers question why one use Fortran in 2014. The more interresting question is why anyone use C in 2014. It's a language with 3 main design requirements:

    - be easily compileable by a compiler that had only 2k of memory

    - be able to make PDP11 assembly cross-compileable

    - otherwise, delegate most of the work from the compiler to the developers, since developer time was cheaper than CPU time.

    None of those requirements are valid in 2014, and it's insanely far behind other languages and current theory on all areas.