pythonic-string-reader

A simple and unintrusive read table modification that allows for simple string literal definition that doesn't require escaping characters.

$ area51 add pythonic-string-readerCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(pythonic-string-reader:some-function ...)