- 
                Notifications
    You must be signed in to change notification settings 
- Fork 16
Open
Description
Hello! I'm making a programming language, Pikelet, and I've been wanting to start working on a query-driven, incremental driver for the language. Some of my requirements are:
- simple (no complicated build setup)
- embeddable (not rely on global state, allow for custom allocators in the future)
- potential for optional distribution over threads
I've been looking at salsa, differential-datalog, and souffle, but they all seem rather complicated and heavy-weight for my taste. datafrog also looks interesting, but I don't know what its development status is. My other option is to roll my own, in the manner of lucent. Do you think there is potential for crepe to be used for this kind of thing in the future, or is this out of scope for you?
segeljakt
Metadata
Metadata
Assignees
Labels
No labels