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