<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>49522</integer>
    </number>
    <user>
      <string>Hecktor</string>
    </user>
    <title>
      <string>function vs. closure</string>
    </title>
    <contents>
      <string>(let ((count 0))
	   #'(lambda () (+ 2 count)))

(let ((count 0))
	   #'(lambda () (incf count)))</string>
    </contents>
    <universal-time>
      <integer>3401899208</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string>Common Lisp</string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <null/>
    </is-unicode>
  </paste>
</paste-with-annotations>