|
|
|
|
|
by dragonwriter
2496 days ago
|
|
Lisp, while somewhat functional.in preferred style, is an impure functional language and, as such, supports, fairly easily, imperative code with mutable state, with all the pitfalls that involves. It's also usually untyped, and I think the hard to write bad functional code line is mostly true of statically typed pure functional code. |
|