Skip to content
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

External facts (and rules?) #28

Open
foxfriends opened this issue Nov 23, 2020 · 1 comment
Open

External facts (and rules?) #28

foxfriends opened this issue Nov 23, 2020 · 1 comment

Comments

@foxfriends
Copy link
Owner

As an alternative to serializing a data structure and sending it to Lumber as a variable, some data makes more sense to be able to query as predicates (for example, relational data loaded straight from a database). It would be convenient to be able to "serialize" this type of data into the Lumber database as "external facts".

Is there a way to further extend external facts to external rules (or is that even necessary? Is an external rule just a native function?)?

@foxfriends
Copy link
Owner Author

foxfriends commented Nov 29, 2020

External facts may be the same feature as mutable definitions (#16), such that the program can modify the definitions and then they can be deserialized, as an alternative to serializing and deserializing a value.

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