Skip to content

Instantly share code, notes, and snippets.

@jmercouris
Created January 16, 2019 23:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jmercouris/1b71c97f80b8b583263ebd3c41897d62 to your computer and use it in GitHub Desktop.
Save jmercouris/1b71c97f80b8b583263ebd3c41897d62 to your computer and use it in GitHub Desktop.
CL-USER> (com.informatimago.small-cl-pgms.sedit:sedit '(list :a "fish" :b "salmon"))
Sexp Editor:
【(LIST :A "fish" :B "salmon")】
> i
sexp to be inserted before: n
(N 【(LIST :A "fish" :B "salmon")】)
> n
【(N (LIST :A "fish" :B "salmon"))】
> n
【(N (LIST :A "fish" :B "salmon"))】
> n
【(N (LIST :A "fish" :B "salmon"))】
> r
replacement sexp: "carp" q
【"carp"】
>
"carp"
CL-USER>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment