Re: (case 'quote ('lambda 1) (otherwise 2))
- From: tayssir.john@xxxxxxxxxxxxxx
- Date: 30 Jan 2007 10:50:34 -0800
On Jan 30, 6:44 am, tayssir.j...@xxxxxxxxxxxxxx wrote:
Hmm, maybe I should use something similar when I want things to pretty-
print like (function ...) rather than #'.... (Say, in a quick 'n dirty
logfile thing, where #'... did once annoy me.)
;; Bind this to nil if you want sourcecode to be printed using a style
;; like (function ...) rather than #'...
(defvar *print-code-fancily* t)
[...]
Oh, speaking of depressingly hackish code, there's a new defmacro.org
article out, which consoled me a bit about it...
<http://www.defmacro.org/ramblings/lisp-ducati.html>
(Apparently defmacro.org isn't on Planet Lisp.)
Tayssir
.
- References:
- (case 'quote ('lambda 1) (otherwise 2))
- From: David Wragg
- Re: (case 'quote ('lambda 1) (otherwise 2))
- From: Pascal Bourguignon
- Re: (case 'quote ('lambda 1) (otherwise 2))
- From: tayssir . john
- (case 'quote ('lambda 1) (otherwise 2))
- Prev by Date: Re: LISP Object Oriented ?
- Next by Date: Re: Automatic parallelization - was Re: LISP Object Oriented?
- Previous by thread: Re: (case 'quote ('lambda 1) (otherwise 2))
- Next by thread: Re: (case 'quote ('lambda 1) (otherwise 2))
- Index(es):
Relevant Pages
|