|
|
|
|
|
by evanrmurphy
5899 days ago
|
|
You're absolutely right that many practical applications require side effects. What happens in Lisp is that the programmer tries to write as much purely functional code as possible and only resort to side effects when completely necessary. This approach greatly aids in code debugging and maintenance. |
|