Hacker News new | ask | show | jobs
by kenjackson 5866 days ago
I think it depends on your trajectory. I did BASIC then 6502 assembly language then C. Then a few other languages before spending considerable time in Lisp/Scheme, and then Haskell.

Much like the author of the posting, I find some elegance in Lisp, but I've never been comfortable with it. While I can code anything I've ever felt the need to do with it, it would rarely be my first choice language. And especially with respect to performance -- I find myself having to spend a lot more time at the whiteboard ensuring that what I'm doing isn't too computationally expensive with Lisp. I just don't have nearly the same sense of cost with it.