meanfreepath: (Default)
meanfreepath ([personal profile] meanfreepath) wrote2007-08-23 06:52 pm

(no subject)

Despite all that people say about Python being an easy language to work with, I'm really FORTRAN to be much easier to work with. I'm modifying legacy F77 code, and while it's picky in terms of formatting, to me FORTRAN code is much more straightforward to follow. Clearly I haven't internalized the object-oriented programming paradigm...

[identity profile] greebsnarf.livejournal.com 2007-08-23 11:40 pm (UTC)(link)
Python is better than C++, but C++ is better than everything else.

ah

[identity profile] olifhar.livejournal.com 2007-08-24 06:41 am (UTC)(link)
Don't know if I really agree. My preferences are:

Object Oriented: Ruby (yes I like it much better than Python)

Breakneck Speed: C, and sometimes C++

Pure Badass: Erlang

Bit of a tangent-- I recently heard someone claim that compiled Lisp runs faster than equivalent C code...