-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested
Description
I think a side-effect SHOW() api may be better than yield/return?
- Can't mix
yield/returnsyntax (which must be evaluated as a function) withimportsyntax (which needs a script type=module). - Is it a bit weird to represent the app's main UI as execution side effect? return felt more natural.
- OTOH, it'll unlock rendering stuff from deep inside functions, forEach loops etc. Currently can
yieldfrom top-level but onlyconsole.logworks deeper.- Would need a way to group/collapse to scale (cf. projection boxes). Challenge: it's limiting to make projections an "IDE" feature, can they be implemented in userland?
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestquestionFurther information is requestedFurther information is requested