Guess the function name with Codex

1 · · Oct. 9, 2021, 10:49 a.m.
Summary I make a prompt for guessing or coming up with a good name for a function or algorithm, given only the algorithm and not necessarily the names of the substituent functions. This is useful after, say using pf-explain- some-code/2, where the algorithm is described in NL. Prompt pf-name-a-function-given-a-description-or-code/1 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 task: "name a f...