(define (compose . fns) (define (make-chain fn chain) ...
Lisp Generalised composition
by Chris Jester-Young,
April 22, 2009 04:24,
2 refactorings, tagged with functional, scheme, compose
#!/usr/bin/guile \ -e main -s ...
Lisp CipherSaber
by Chris Jester-Young,
June 22, 2008 05:39,
1 refactoring, tagged with encryption, scheme, ciphersaber
Apparently the last Scheme ...
Most people have worked wit...