(define (regexp-count rx s)
(length (regexp-match* rx s)))
'Programming' 카테고리의 다른 글
newlisp A better Lisp-Scheme Fusion... Lambda the Ultimate (0) | 2012.09.23 |
---|---|
Automatic Memory Management in newLISP (0) | 2012.09.22 |
More: Systems Programming with Racket (0) | 2012.09.20 |
OCaml Language Sucks (0) | 2012.09.18 |
Continuation-passing style (CPS) (0) | 2012.09.17 |