Cite This Page
Bibliographic details for Cookbook/Compilers and interpreters
- Page name: Cookbook/Compilers and interpreters
- Author: HaskellWiki contributors
- Publisher: HaskellWiki, .
- Date of last revision: 25 January 2010 08:33 UTC
- Date retrieved: 16 October 2024 08:45 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283
- Page Version ID: 33283
Citation styles for Cookbook/Compilers and interpreters
APA style
Cookbook/Compilers and interpreters. (2010, January 25). HaskellWiki, . Retrieved 08:45, October 16, 2024 from https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283.
MLA style
"Cookbook/Compilers and interpreters." HaskellWiki, . 25 Jan 2010, 08:33 UTC. 16 Oct 2024, 08:45 <https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283>.
MHRA style
HaskellWiki contributors, 'Cookbook/Compilers and interpreters', HaskellWiki, , 25 January 2010, 08:33 UTC, <https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283> [accessed 16 October 2024]
Chicago style
HaskellWiki contributors, "Cookbook/Compilers and interpreters," HaskellWiki, , https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283 (accessed October 16, 2024).
CBE/CSE style
HaskellWiki contributors. Cookbook/Compilers and interpreters [Internet]. HaskellWiki, ; 2010 Jan 25, 08:33 UTC [cited 2024 Oct 16]. Available from: https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283.
Bluebook style
Cookbook/Compilers and interpreters, https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283 (last visited October 16, 2024).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Cookbook/Compilers and interpreters --- HaskellWiki{,} ", year = "2010", url = "https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283", note = "[Online; accessed 16-October-2024]" }
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 = "HaskellWiki", title = "Cookbook/Compilers and interpreters --- HaskellWiki{,} ", year = "2010", url = "\url{https://wiki.haskell.org/index.php?title=Cookbook/Compilers_and_interpreters&oldid=33283}", note = "[Online; accessed 16-October-2024]" }