Cite This Page
Bibliographic details for Applications and libraries/Interfacing other languages
- Page name: Applications and libraries/Interfacing other languages
- Author: HaskellWiki contributors
- Publisher: HaskellWiki.
- Date of last revision: 8 June 2023 06:49 UTC
- Date retrieved: 16 January 2025 18:17 UTC
- Permanent URL: https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993
- Page Version ID: 65993
Citation styles for Applications and libraries/Interfacing other languages
APA style
Applications and libraries/Interfacing other languages. (2023, June 8). HaskellWiki. Retrieved 18:17, January 16, 2025 from https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993.
MLA style
"Applications and libraries/Interfacing other languages." HaskellWiki. 8 Jun 2023, 06:49 UTC. 16 Jan 2025, 18:17 <https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993>.
MHRA style
HaskellWiki contributors, 'Applications and libraries/Interfacing other languages', HaskellWiki, 8 June 2023, 06:49 UTC, <https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993> [accessed 16 January 2025]
Chicago style
HaskellWiki contributors, "Applications and libraries/Interfacing other languages," HaskellWiki, https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993 (accessed January 16, 2025).
CBE/CSE style
HaskellWiki contributors. Applications and libraries/Interfacing other languages [Internet]. HaskellWiki; 2023 Jun 8, 06:49 UTC [cited 2025 Jan 16]. Available from: https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993.
Bluebook style
Applications and libraries/Interfacing other languages, https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993 (last visited January 16, 2025).
BibTeX entry
@misc{ wiki:xxx, author = "HaskellWiki", title = "Applications and libraries/Interfacing other languages --- HaskellWiki{,} ", year = "2023", url = "https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993", note = "[Online; accessed 16-January-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 = "HaskellWiki", title = "Applications and libraries/Interfacing other languages --- HaskellWiki{,} ", year = "2023", url = "\url{https://wiki.haskell.org/index.php?title=Applications_and_libraries/Interfacing_other_languages&oldid=65993}", note = "[Online; accessed 16-January-2025]" }