ten-hundred: The Ten Hundred Most Used Words

These are the one thousand most used words, used in the Up-Goer Five Text Editor. A short word list that might require a different approach. I would have written this description in a clever way using only words from the list, but gosh that's difficult.

Note that the list provided here is sanitized (all lowercase, sorted, every line ends in '\n', and contractions are removed). This means that it ends up containing only 963 words.

Download the wordlist.

Leaderboard

rankbytesentryauthorURL
12227pushdwrenshahttps://github.com/dwrensha/golf-horse-submissions
22232pressdwrenshahttps://github.com/dwrensha/golf-horse-submissions
32238settledwrenshahttps://github.com/dwrensha/golf-horse-submissions
42271jumpdwrenshahttps://github.com/dwrensha/golf-horse-submissions
52375mirrordwrensha
62399immediatelyHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/#immediately
72422practicallyHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/#practically
82449conversationHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/
92524peekdwrensha
102531relationshipHasegawa Sayurihttp://sayuri.tx0.org/golfhorse/
112548wonkdwrensha
122586yourselftom7
132773yourselftom7
143567yourselftom7
153699chapterノー弁
163705chapterノー弁
174150bitpack-v0ix
184470dedup-v0ix
195112haji-no-meノー弁
205663better-default.jsisaachttps://github.com/isaacg1/golf-horse
216624defaultdefaulthttps://github.com/ixchow/gh-default-solution

Submit A New Program

You may submit your program to the leaderboard for ten-hundred by using the form below. Programs must be shorter than the default solution (in this case, 6624 bytes). Program names should pass /[A-Za-z0-9_.-]{1,20}/.test() in order to facilitate compact URLs. (Note, also, that programs don't have access to their own names in the testing environment, so stop scheming.)

Submitted files are not made available for download, so please include a URL (e.g., for a git repository) if you would like to share the source of your program.

Programs are tested in batches; generally daily. You will be sent to a URL upon submitting your program that will allow you to check testing progress. Hang on to this URL! Only tested, correct programs will appear on the leaderboard.

Correctness: Programs should output (via console.log) each word in the target wordlist, on a line by itself, exactly once. However, these words may be output in any order or capitalization. The program should require no more than two gigabytes of memory and 100 seconds of runtime.

Please check your code before submitting it. The testing code is available, as is an easier-to-use simple tester.