-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
@polybuildr, there are enough people bitching about electron that we know that it's not well designed. If we can do exactly this much:
- Integrate
webkitto supportHTML/CSS - Hook into the event listeners to generate
balloonevents - compile this to LLVM IR and dynamically load
webkitso that we don't bundle all of chrome with each app
we basically solve all the problems with electron / node-webkit. No one I know of uses these technologies for javascript. They use it because HTML + CSS is a great environment to build UIs with.
Most people dislike JS, hence the whole movement to TypeScript, Flow, Reason, etc. Balloon should be a nice balance, since it is gradually typed, and yet (hopefully) expressive.
Like I said, pipe-dream. But it would be interesting if it works.
Reactions are currently unavailable