;; Now let's start moving away from the imperative model (define some-list '("hello" "world")) (write (map string-length some-list)) ;; Wasn't THAT simpler? :-)