Skip to content

Instantly share code, notes, and snippets.

@abutcher
Created May 25, 2010 20:32
Show Gist options
  • Save abutcher/413650 to your computer and use it in GitHub Desktop.
Save abutcher/413650 to your computer and use it in GitHub Desktop.
CL-USER> (let ((heat-this-bitch-up (my-random-int most-positive-single-float)))
(dotimes (n 1000000000)
(setf heat-this-bitch-up (* heat-this-bitch-up (my-random-int most-positive-single-float))))
heat-this-bitch-up)
@abutcher
Copy link
Author

Still running XD

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment