Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Left as an exercise to the reader

Name: Anonymous 2016-09-02 11:17

Write code that determines which programming language this is.

Name: Anonymous 2016-09-03 11:54

quadratic time
1. Run it through every compiler/interpreter
2. Choose the one generating the minimum amount of errors

linear time
1. Collect all tokens--words and symbols.
2. For a list of each language's tokens, find the set intersection with those found in (1).
3. Return the language corresponding to the largest result in (2).

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List