Append

计算机编程中append是一些高级语言中用于连接链表数组的操作。继LISP之后,其他以链表作为原始数据结构高级语言也都采用了appendHaskell則使用++操作符来附加列表。OCaml使用@操作符来附加列表[1][2]

参考文献

  1. Hughes, John. 1989. Why functional programming matters. Computer Journal 32, 2, 98-107. https://web.archive.org/web/20070413005952/http://www.math.chalmers.se/~rjmh/Papers/whyfp.pdf
  2. Steele, Guy L. Jr. Common Lisp: The Language, Second Edition. 1990. pg. 418, description of append
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.