How can I exchange two variables in LISP without using a third variable?
That does not change the variables' values, it only creates new lexical bindings.
dmitry_vk
2009-07-09 05:47:21
@dmitry-vk: That's often all you need. It depends on what you're doing, of course.
khedron
2009-07-09 05:48:41