Learn How to Create Your Own Programming Language createyourproglang.com
;; Turns a flat-list into a list of n-sized lists ;; Examples: ;; (group-by '(1 2 3 4) 2) => ((1 2) (3 4)) ...
Tested on MzScheme
Tested on MzScheme