Re: Acclaim with new features
Christophe Rhodes <[email protected]> Mon, 14 Jun 2004 21:48:11 +0100
| Newsgroups | gmane.lisp.clump |
|---|---|
| Organization | Jesus College, Cambridge |
| Message-ID | <[email protected]> |
Max-Gerd Retzlaff <[email protected]> writes: > Currently missing features include: > - some kind of export to e.g. PDF > (It should be quite straitforward to implement this using cl-pdf > as the concepts to output text of cl-pdf and clx are quite similar.) Just as soon as someone implements this, I'll put the slides of my talk at the Lisp/Scheme European Workshop on the web. Yes, I used acclaim to give my talk; no, I don't think anyone noticed :-) Cheers, Christophe -- http://www-jcsu.jesus.cam.ac.uk/~csr21/ +44 1223 510 299/+44 7729 383 757 (set-pprint-dispatch 'number (lambda (s o) (declare (special b)) (format s b))) (defvar b "~&Just another Lisp hacker~%") (pprint #36rJesusCollegeCambridge)