home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / lang / lisp / 2428 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  630 b 

  1. Path: sparky!uunet!cis.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!CS.WISC.EDU!so
  2. From: so@CS.WISC.EDU (Bryan S. So)
  3. Newsgroups: comp.lang.lisp
  4. Subject: copy-array?
  5. Message-ID: <9209142212.AA24213@brownie.cs.wisc.edu>
  6. Date: 14 Sep 92 22:12:47 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 12
  9.  
  10. This is almost the first time I seriously use arrays
  11. in Common Lisp.  Now, how come there is no intrinsic
  12. function to make a copy of an array?
  13.  
  14. The only algorithm I have is to make a new array then
  15. assign the elements one by one.  Is there an easier/
  16. more efficient method to do this?
  17.  
  18. Thanks.
  19.  
  20.  
  21. Bryan So (so@cs.wisc.edu)
  22.