Skip to content

Instantly share code, notes, and snippets.

@xenophobia
Created July 6, 2012 13:54
Show Gist options
  • Save xenophobia/3060278 to your computer and use it in GitHub Desktop.
Save xenophobia/3060278 to your computer and use it in GitHub Desktop.
(define $take
(lambda [$n $l]
(match l (List Something)
{[(loop $l $i (between 1 n) <cons $a_i l> _) (loop $l $i (between 1 n) {a_i@l} {})]})))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment