recommendations for personal journaling application

Terry Reedy tjreedy at udel.edu
Sun Oct 8 18:28:52 EDT 2006


"Donnie Rhodes" <daddyb at gmail.com> wrote in message 
news:1160330083.041100.127480 at e3g2000cwe.googlegroups.com...
keyword/keyphrase.
>
> So what I'm interested in is how this would work. Is this 'event
> driven' in nature?

I would call it line-input driven -- a special case that is easier to 
program.

> Would I define the bulk of these slash commands in a
> function and then call it at the end of the script?

I would consider a dict mapping command letters to functions.

tjr






More information about the Python-list mailing list