Zabaware Support Forums

Zabaware Forums => Programming using the Ultra Hal Brain Editor => Topic started by: ender on April 10, 2009, 04:34:43 pm

Title: Plugin Programming question
Post by: ender on April 10, 2009, 04:34:43 pm
I've been away from HAL for a while, working on other programming projects and now that I've come back I'm getting a feel for Hal again and thinking about what I want to do with him.

Right now, I'd like to make hal be able to gather learned data together into a single response... so something like :

ME : Cats are mammals.
HAL : Okay.

ME: Cats walk on four legs and use their tails for balance.
HAL : Okay.

ME: Cats have retractable claws.
HAL : Okay.

ME : Tell me everything you know about cats.
HAL : Cats are mammals. Cats walk on four legs and use their tails for balance. Cats have retractable claws.

---

Any thoughts on how this could be programmed in Hal? I'm not that familiar with how his plugin/programming structure works yet.