Quantcast
Channel: emoticode
Viewing all articles
Browse latest Browse all 15

Scheme - scheme: replace a string

$
0
0
(define string-replace (lambda (s match replacement) (let ((ll (string->list s)) (match1 (char match)) (replacement1 (char replacement))) (if (= (string ...

Viewing all articles
Browse latest Browse all 15

Trending Articles