<?xml version="1.0"?>
<paste-with-annotations>
  <paste>
    <number>
      <integer>71268</integer>
    </number>
    <user>
      <string>topo</string>
    </user>
    <title>
      <string>functions</string>
    </title>
    <contents>
      <string>(defun creapush-pop( )
  
  (cons (random-elt2
	 '(
	   (cons 'CL-OPENGL:ROTATE (cons 122 (cons 1233 (cons 15  (cons 15 nil) ))))
	   (cons 'CL-OPENGL:TRANSLATE (cons 1 (cons 2 (cons 1.3  nil) )))  
	   (cons 'CL-OPENGL:TRANSLATE (cons 0 (cons 6 (cons 0  nil) )))
	   (cons 'glut:solid-sphere (cons 6.529d0 nil))
	   ;;(glut:solid-sphere 6.529d0 13 3)
	   ))
	(cons '(gl:pop-matrix) nil )  
	)
  )</string>
    </contents>
    <universal-time>
      <integer>3437062740</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </paste>
  <annotation>
    <number>
      <integer>1</integer>
    </number>
    <user>
      <string>madnif</string>
    </user>
    <title>
      <string>more lispy</string>
    </title>
    <contents>
      <string>(defun creapush-pop ()
  (cons (random-elt2
         '((cons 'CL-OPENGL:ROTATE (cons 122 (cons 1233 (cons 15  (cons 15 nil) ))))
           (cons 'CL-OPENGL:TRANSLATE (cons 1 (cons 2 (cons 1.3  nil) )))  
           (cons 'CL-OPENGL:TRANSLATE (cons 0 (cons 6 (cons 0  nil) )))
           (cons 'glut:solid-sphere (cons 6.529d0 nil))
           ;;(glut:solid-sphere 6.529d0 13 3)))
        (cons '(gl:pop-matrix) nil )))

(let ((temp (creapush-pop)))
  (first temp) ; your first part
  (second temp)) ; the second part of your list

good luck topo</string>
    </contents>
    <universal-time>
      <integer>3437063193</integer>
    </universal-time>
    <channel>
      <string>#lispcafe</string>
    </channel>
    <colorization-mode>
      <string></string>
    </colorization-mode>
    <maybe-spam>
      <null/>
    </maybe-spam>
    <is-unicode>
      <keyword>TRUE</keyword>
    </is-unicode>
    <deletion-requested>
      <null/>
    </deletion-requested>
    <deletion-requested-email>
      <null/>
    </deletion-requested-email>
    <expiration-time>
      <null/>
    </expiration-time>
  </annotation>
</paste-with-annotations>
