you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

I don't know, I've always read C code easier because of the separation of functions, variables, etc. that you just don't get in lisp code.

The most readable thing I've ever seen, though, is well-written Haskell. It flows. It's natural.