Worder

From Esolang
Jump to navigation Jump to search

a language that uses your text input to generate code

Example+output

hello hi cat program what
greet>noun
greet = ?
noun = ?
Output will use neural network stuff to find greetings and nouns
Ex: greet = [hello, hi]
Ex: noun = [cat, program]
Ex: other = [what]
then output based on rules
Ex: hello cat
Ex: hi program

Pseudocode for the interpreter

split code into sections, line 1 code, rest rules
ai add code
ai rule rules
ai output