> But Arjun no-compiler flapjax release + a minimal JS framework (say
> Sizzle.js) is the ticket for flexibility and a smaller size
I think the trick is to split Flapjax into three pieces:
1. core FRP
2. Reactive DOM
3. Additional stuff
We'll distribute 1+2+3 as "Flapjax." 1+2 is still useful,
particularly in combination with prototype/jQuery. Just 1 alone is
slightly useless, but separating it from 2 gives us the option of
writing a DOM layer that uses jQuery / Prototype for better browser
interoperability.
Arjun