diallo.ms
2019-5-16 20:26:38

Got it !

(foldr (lambda (x y) (+ (char->integer x) y)) 0 (string->list "abc"))

I should have thought of it earlier… Thank you very much !