summaryrefslogtreecommitdiff
blob: 70eddd7429da1e534fe16a82ef3b13f55f96ac77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>common-lisp</herd>
<longdescription>
CL-INTERPOL is a library for Common Lisp which modifies the reader so
that you can have interpolation within strings similar to Perl or Unix
Shell scripts. It also provides various ways to insert arbitrary
characters into literal strings even if your editor/IDE doesn't
support them. Here's an example:

* (let ((a 42))
    #?"foo: \xC4\N{U with diaeresis}\nbar: ${a}")

"foo: ÄÜ
bar: 42"
</longdescription>
</pkgmetadata>