j
k
j a
j l
Ok, then my code is now rewritten as (case (string->symbol ".ab") ((.ab) 1) (else 2))
Ok, then my code is now rewritten as
(case (string->symbol ".ab") ((.ab) 1) (else 2))
Keep in mind, though, that interned symbols are not garbage collected, so string->symbol with arbitary input might result in memory leaks.
/Per
Retour au fil de discussion
Retour à la liste