Cite This Page
Bibliographic details for Higher-order functions
- Page name: Higher-order functions
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 20 January 2025 18:47 UTC
- Date retrieved: 16 March 2025 01:56 UTC
- Permanent URL: https://rosettacode.org/wiki/Higher-order_functions?oldid=375895
- Page Version ID: 375895
Citation styles for Higher-order functions
APA style
Higher-order functions. (2025, January 20). Rosetta Code. Retrieved 01:56, March 16, 2025 from https://rosettacode.org/wiki/Higher-order_functions?oldid=375895.
MLA style
"Higher-order functions." Rosetta Code. 20 Jan 2025, 18:47 UTC. 16 Mar 2025, 01:56 <https://rosettacode.org/wiki/Higher-order_functions?oldid=375895>.
MHRA style
Rosetta Code contributors, 'Higher-order functions', Rosetta Code, 20 January 2025, 18:47 UTC, <https://rosettacode.org/wiki/Higher-order_functions?oldid=375895> [accessed 16 March 2025]
Chicago style
Rosetta Code contributors, "Higher-order functions," Rosetta Code, https://rosettacode.org/wiki/Higher-order_functions?oldid=375895 (accessed March 16, 2025).
CBE/CSE style
Rosetta Code contributors. Higher-order functions [Internet]. Rosetta Code; 2025 Jan 20, 18:47 UTC [cited 2025 Mar 16]. Available from: https://rosettacode.org/wiki/Higher-order_functions?oldid=375895.
Bluebook style
Higher-order functions, https://rosettacode.org/wiki/Higher-order_functions?oldid=375895 (last visited March 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Higher-order functions --- Rosetta Code{,} ", year = "2025", url = "https://rosettacode.org/wiki/Higher-order_functions?oldid=375895", note = "[Online; accessed 16-March-2025]" }
When using the LaTeX package url (\usepackage{url}
somewhere in the preamble) which tends to give much more nicely formatted web addresses, the following may be preferred:
@misc{ wiki:xxx, author = "Rosetta Code", title = "Higher-order functions --- Rosetta Code{,} ", year = "2025", url = "\url{https://rosettacode.org/wiki/Higher-order_functions?oldid=375895}", note = "[Online; accessed 16-March-2025]" }