-
Notifications
You must be signed in to change notification settings - Fork 54
(DRAFT) Livelit PR
Gregory Croisdale edited this page Jan 17, 2025
·
4 revisions
This merge brings a implementation of Livelits, with some constant examples.
Examples:
Issues:
CRITICAL: Crash on reload: https://github.com/hazelgrove/hazel/issues/1440- Cannot define Livelits during runtime, Livelits don't have access to context -- this needs to be revealed to projectors
- Cannot implement splices, similarly, requires context
- Livelit invocation must be directly surrounded by a parenthesis in order to be grouped in InfoExp; example:
(^emotion(100))
-- this is a limitation of projectors - Cannot define Livelit model, projector requires model type to be constant