Hacker News new | ask | show | jobs
by iFire 524 days ago
Neat.

> The six simple building blocks: variables, states, and the four kinds of goal — make two values equal, provide local variables to an existing goal, pursue two existing goals separately, and pursue two existing goals together.

> The only data structure is a pair. We can create lists using pairs.

I'll play with it more.

I have a port of https://github.com/dananau/GTPyhop and planner systems feel related to relation programming

1 comments

Interesting fact, there's a neat connection between Micro-Planner and the genesis of Prolog. So I think you could be on to something.
Is there a specific definition of Micro-Planner? Curious.
What I was thinking of was this one: https://en.wikipedia.org/wiki/Planner_(programming_language)... . I don't imagine there's any more formal a specification beyond what-they-implemented (but I haven't actually read the paper!)