1

I'm interesting in found an alternative to javascript (I don't like coffeescript) and I like the functional paradigm.

I've seen 2 f# projects than compile code to javascript, pit and websharper, pit only support jquery and it's very recent, websharper support several libs but obviously isn't enough for complex apps..is possible extend the supported libs in a simple way?...reading the websharper documentation I saw than websharper support something named stubs util for do bindings between f# and js and "Interface Generator" than actually I can't understand reading only the documentation...has pit something similar to it?...

thanks

4

1 回答 1

5

WebSharper 绑定到 Ext JS、Kendo UI、Raphael、Sencha Touch、YUI、Google Vis、WebGL 等,请参阅http://websharper.com/downloads

得到它并试一试。是的,您可以轻松绑定其他 JavaScript 框架。

使用 WebSharper 开发了几个大型项目后,我不禁想知道您声称“websharper .. 不足以用于复杂的应用程序”。你是如何得出这个结论的?

于 2012-02-10T14:06:54.453 回答