Eliza1.cpp

This is the latest Eliza code. Even though the Eliza chat bot is presently broken, I am finding this to be a useful environment for developing and testing things.

plain - 13.74 kB - 08/05/2025 at 08:18

Download

Narrative.cpp

I split out the "narrative" that Eliza uses into a separate file, with an idea toward eventually replacing this with a hash tag based dataset, or something that is based on an external file, that can be edited or extended. In the meantime, here it is.

plain - 8.04 kB - 08/05/2025 at 08:18

Download

Eliza.h

Here it is, also. To actually get this to run, you will want to get the rest of the stuff that it needs, like the Pascal IO intrinsics, and the frame Lisp stuff, which is on Git.

plain - 1.93 kB - 08/05/2025 at 08:18

Download

astro.cpp

The important stuff, if you want to calculate the position of the sun to a good approximation. A lot more also needs to be done to get the moon and the planets, whether or game engine use, astrology, or actual amateur astronomy.

plain - 5.56 kB - 08/05/2025 at 08:18

Download