Skip to content

Instantly share code, notes, and snippets.

Created May 12, 2012 21:23
Show Gist options
  • Save anonymous/2669161 to your computer and use it in GitHub Desktop.
Save anonymous/2669161 to your computer and use it in GitHub Desktop.
(define x ((λ ()
(let ([l '()])
(define (loop i)
(if (< i b)
(begin (append (loop (+ i 1/100)) (list i)))
(append l (list i))))
(reverse (loop a))))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment