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

Rethink and rewrite datomic schema inferencing #3

Open
aamedina opened this issue Aug 22, 2023 · 0 comments
Open

Rethink and rewrite datomic schema inferencing #3

aamedina opened this issue Aug 22, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@aamedina
Copy link
Owner

Problem:

Right now there are multimethods used to navigate the metaobject type hierarchy and while this works I find it cumbersome to write and reason about.

Solution:
Instead I think the user interface needs to be EDN that expands into multimethod implementations and "hide" the multimethods from the user. The hierarchical dispatch can still be useful. Another possibility is adding an interactive mode where if a schema attribute is ambiguous the user will be prompted to disambiguate.

@aamedina aamedina added the enhancement New feature or request label Aug 22, 2023
@aamedina aamedina self-assigned this Aug 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant