Sub 37 preset name generator

Here’s a little toy – a program to generate names for the Sub 37.
I hope this is acceptable and is the correct place to post this.

“n37” is a program to generate preset names for the Moog Sub 37.
It is written in Go, so you’ll need the Go compiler to build it.
See “golang.org” to get the compiler for your system.
Once you have that, then a simple “go build n37.go” should make the binary.

By default, it generates 20 names, but the “-n” command line option
lets you tell it how many you want. For example:

$ ./n37 -n 5
Eugenically Unconjugated
Longisection Schwabacher
Propolitical Toothaching
Germanistic Subcelestial
Neurokeratin Unsceptered
n37.zip (209 KB)
Have fun!