List of The Nation episodes
The following is a list of episodes for the satirical sketch comedy and discussion series The Nation.
Season 1: 2007
# | Guests | Synopsis | Original airdate |
---|---|---|---|
1 | Peter Garrett Stephen Curry Lisa McCune | 5 June 2007 | |
2 | 12 June 2007 | ||
3 | 19 June 2007 | ||
4 | 26 June 2007 | ||
5 | 3 July 2007 | ||
6 | 11 July 2007 | ||
7 | 18 July 2007 | ||
8 | 25 July 2007 | ||
9 | 1 August 2007 | ||
10 | 8 August 2007 | ||
11 | 15 August 2007 | ||
12 | 22 August 2007 | ||
13 | 29 August 2007 |
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
gollark: Though GHC probably does optimize quite well, by now.
gollark: Compiled != magically efficient
See also
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.