Skip to content

Logic Programming #849

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
davesmith00000 opened this issue Feb 24, 2025 · 0 comments
Open

Logic Programming #849

davesmith00000 opened this issue Feb 24, 2025 · 0 comments

Comments

@davesmith00000
Copy link
Member

davesmith00000 commented Feb 24, 2025

Several attempts have been made to introduce ad-hoc logic constructs here and there for specific use cases, but I think it would be interesting to consider putting in a proper abstraction for logic programming.

What we want is to be able to describe facts and rules that produce actions. Sounds simple enough, but it gets complicated pretty quickly, particularly when you need to factor in time and state transitions.

Also, aim for a builder pattern rather than a DSL this time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant