NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
List nit (Score:1)
Re: (Score:1)
That's why you have quoting... er... that's why function application only applies to the first element of a cons... er... that's why you have Lisp-2... er... sigils are ugly, darnit.
Re:List nit (Score:1)
(let ((foo '(1 and 2)))
`(this is a new list with
That evaluates to (this is a new list with 1 and 2 in it). It amuses me anyway
Reply to This
Parent