Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!olivea!mintaka!snorkelwacker.mit.edu!spool.mu.edu!sdd.hp.com!wuarchive!udel!brahms.udel.edu!lkramer From: lkramer@brahms.udel.edu (Laurence Kramer) Newsgroups: comp.lang.lisp Subject: Re: weird common lisp feature Message-ID: <19087@brahms.udel.edu> Date: 26 Feb 91 14:19:21 GMT References: <1991Feb21.104336.26012@Think.COM> <18935@brahms.udel.edu> <4206@skye.ed.ac.uk> Organization: Quantum Software, Inc. Lines: 10 Jeff, Your comments are well taken. I guess I was a little too quick to pounce on a bug in KCL in order to make my anti-CommonLisp points. I guess someone used to working with compiled languages would feel more at home with CL. As for me, Lisp is a liberation from type declarations, etc., and a vehicle to write even higher level languages, and unleash productivity and creativity. In my Lisp if a say (pack* 'abc "def") I get |abcdef|. (I don't first have to worry about coercing the types of the arguments.) Larry