Join Nostr
2024-12-04 11:18:23 UTC
in reply to

vindarel on Nostr: In Common Lisp it's possible with reader macros. In they use the #?/…/ syntax. #?/ ...

In Common Lisp it's possible with reader macros. In https://edicl.github.io/cl-interpol/#regular they use the #?/…/ syntax.

#?/ a\ a /

instead of

" a\\ a "