Epigram

From Woozle Writes Code
Revision as of 13:56, 20 June 2021 by Woozle (talk | contribs) (text files are now on GitLab as well)
Jump to navigation Jump to search
a screencap of the epigram bot on TootCat

About

Epigram, at its core, is a program which constructs sentences and phrases from human-edited templates. The idea is, basically, that you have a template, such as "* is the * of *." Each "*" in the template has a set of words which can be used to fill it in. When you run epigram, you tell it the template and the list of words, and it randomly chooses from the list to fill in the template (avoiding duplication where possible).

Its current incarnation is as a bot running on TootCat which posts twice a day, picking a meta-template at random. A "meta-template" creates longer chunks of text out of multiple smaller chunks generated by templates.

History

I came up with the idea while working at Brown in the late 1980s, although the seeds of it were originally planted by a word-game article in (of all places) a Weekly Reader, probably in 2nd grade circa 1972-3.

I wrote a version in Turbo Pascal (which may have been based on a version in the Pascal which came with the IBM CS-9000 I had for awhile) while at Brown, then later wrote a version in Perl for which I had set up a web page sometime in the early 2000s; not sure where that code is anymore.

To Do

It'd be nice if I could come up with a way for users to suggest their own additions to the templates. This seems doable but nontrivial.

The spec syntax also needs to be flexible enough to allow for something like this.