Subject: Re: list problem and NTH, READ, STRCAT From: Erik Naggum <erik@naggum.no> Date: 2000/04/10 Newsgroups: comp.lang.lisp Message-ID: <3164366538827789@naggum.no> * Rahul Jain <rahul@rice.edu> | (defun do-this (lis1 lis2) | (let ((both-lis (append lis1 lis2))) | (do-something-with-both-lis ...) | (reverse both-lis))) | | To a lisp-person, that's much easier to understand. really? I wonder what a "lis" is. does lisp return t on it? :) #:Erik