Emesaya

Emesaya is a genus of true bug in the subfamily Emesinae.[1]

Emesaya
Scientific classification
Kingdom:
Phylum:
Class:
Order:
Family:
Subfamily:
Tribe:
Genus:
Emesaya

Partial species list

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

References

  1. Wygodzinsky, Pedro W. (1966). "A monograph of the Emesinae (Reduviidae, Hemiptera)". Bulletin of the American Museum of Natural History ; v. 133.


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.