Search found 1 match

by puoi
Thu Jul 04, 2013 7:11 am
Forum: Common Lisp
Topic: sed like utility for s-expr
Replies: 5
Views: 10641

sed like utility for s-expr

hi.

What is the best way to substitute s-exprs in a file?
For example: (a b c) -> (b (a a) something c), no matter how the expression is formatted.