katsu #462(2007/07/10 10:01 GMT) [ Scheme ] Rating1/1=1.00
1 2 3 4 5 6
(use gauche.sequence) (define (uniq a) (let1 h (make-hash-table 'equal?) (define (p x) (or (hash-table-exists? h x) (begin (hash-table-put! h x #t) #f))) (remove-to (class-of a) p a)))
Rating1/1=1.00-0+
[ reply ]
katsu
#462()
[
Scheme
]
Rating1/1=1.00
Rating1/1=1.00-0+
[ reply ]