Cite This Page
Bibliographic details for Conway's Game of Life/Scala
- Page name: Conway's Game of Life/Scala
- Author: Rosetta Code contributors
- Publisher: Rosetta Code.
- Date of last revision: 1 September 2022 13:37 UTC
- Date retrieved: 21 March 2025 04:00 UTC
- Permanent URL: https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464
- Page Version ID: 329464
Citation styles for Conway's Game of Life/Scala
APA style
Conway's Game of Life/Scala. (2022, September 1). Rosetta Code. Retrieved 04:00, March 21, 2025 from https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464.
MLA style
"Conway's Game of Life/Scala." Rosetta Code. 1 Sep 2022, 13:37 UTC. 21 Mar 2025, 04:00 <https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464>.
MHRA style
Rosetta Code contributors, 'Conway's Game of Life/Scala', Rosetta Code, 1 September 2022, 13:37 UTC, <https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464> [accessed 21 March 2025]
Chicago style
Rosetta Code contributors, "Conway's Game of Life/Scala," Rosetta Code, https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464 (accessed March 21, 2025).
CBE/CSE style
Rosetta Code contributors. Conway's Game of Life/Scala [Internet]. Rosetta Code; 2022 Sep 1, 13:37 UTC [cited 2025 Mar 21]. Available from: https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464.
Bluebook style
Conway's Game of Life/Scala, https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464 (last visited March 21, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "Rosetta Code", title = "Conway's Game of Life/Scala --- Rosetta Code{,} ", year = "2022", url = "https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464", note = "[Online; accessed 21-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 = "Conway's Game of Life/Scala --- Rosetta Code{,} ", year = "2022", url = "\url{https://rosettacode.org/wiki/Conway%27s_Game_of_Life/Scala?oldid=329464}", note = "[Online; accessed 21-March-2025]" }