
Maybe you should port hplayground to purescript and virtual-dom :-) On Wednesday, 13 August 2014 00:13:42 UTC+2, Alberto G. Corona wrote:
I did the todo application, (see todomvc.com) to check if the concept was expressive and robust enough to do it:
https://github.com/agocorona/hplay-todo
I think that the model works and the haste compiler works very well too. I don´t know any serious limitation. "wcallback" generates spurious DOM elements and so on, but that can be fixed.
2014-08-12 23:42 GMT+02:00 Wojtek Narczyński
javascript:>: On 12.08.2014 23:27, Alberto G. Corona wrote:
Well, it is not a hack. It is the way hplayground works . normally it rewrite the HTML DOM of the implicit divs that are below the event source. "at" permits to assign freely that location.
Okay, I see.
3. Are you yourself aware of any serious limitations of your approach?
-- Wojtek
-- Alberto.