(define take (lambda (num lst) (cl:butnthcdr num lst))) ;; sublist: take 'num' elements starting at position 'at'