Cheers,
Anton
--
Kind Regards,
Anton Tayanovskyy
WebSharper™ - type-safe JavaScript in F#
http://intellifactory.com
Anton
open IntelliFactory.WebSharper
open IntelliFactory.WebSharper.Formlet
open IntelliFactory.WebSharper.Formlet.Controls
open IntelliFactory.WebSharper.Html
open IntelliFactory.WebSharper.Collections
open IntelliFactory.WebSharper.Control
Thanks,
A
In principle, yes. We could have the same API work on both client and
server. In practice it requires breaking some APIs we've exposed and
is not quite trivial. There are situations when we want to statically
distinguish client from server HTML, for them to have different types.
So then the code that works on both client and server has to be
generic. I tried prototyping such systems a few times but it wasn't
very pretty or convincing, but I do not want to give up. If we come up
with a convincing prototype it can make it into WebSharper.