home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!CS.WISC.EDU!so
- From: so@CS.WISC.EDU (Bryan S. So)
- Newsgroups: comp.lang.lisp
- Subject: copy-array?
- Message-ID: <9209142212.AA24213@brownie.cs.wisc.edu>
- Date: 14 Sep 92 22:12:47 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 12
-
- This is almost the first time I seriously use arrays
- in Common Lisp. Now, how come there is no intrinsic
- function to make a copy of an array?
-
- The only algorithm I have is to make a new array then
- assign the elements one by one. Is there an easier/
- more efficient method to do this?
-
- Thanks.
-
-
- Bryan So (so@cs.wisc.edu)
-