string-escape

2015-04-07

Emacs and Python style string escapes in #"..." form.

Upstream URL

people.csail.mit.edu/devon/lisp/string-escape.tgz

Author

Devon at ai.NO.mit.SPAM.edu

License

GPLv3
README
string-escape ============= Emacs and Python style literal strings as #"..." reader macros Example ------- (eval-when (:compile-toplevel :load-toplevel :execute) (require '#:string-escape)) (princ #"A\tB\tC\n1\t2\t3") ; print a table with tabs and newlines (count #\" #"""A "Triple Quoted String" as in Python.""") ; count double quotes COPYING ------- Copyright (c) 2014-2015 Devon Sean McCullough This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3, or (at your option) any later version.

Dependencies (0)

    Dependents (0)

      • GitHub
      • Quicklisp