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