Append
外觀
在計算機編程中,append
是一些高級語言中用於連接鍊表或數組的操作。繼LISP之後,其他以鍊表作為原始資料結構的高級語言也都採用了append
。Haskell則使用++操作符來附加列表。OCaml使用@操作符來附加列表[1][2]。
參考文獻
[編輯]- ^ 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
- ^ Steele, Guy L. Jr. Common Lisp: The Language, Second Edition. 1990. pg. 418, description of
append