Hacker News new | ask | show | jobs
by gnosis 4707 days ago
Minor nitpick: Lisp is not a purely functional language. It's a multi-paradigm language.

You could, of course, program in a more functional style in Lisp (and that style is encouraged more in some Lisps than others), but you're not forced to.

1 comments

Fair enough, I stand minorly corrected!