Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ridecar23828yWhat is the framework? If it has an interesting design then some of us could have a play with it.
-
Grumpy28878y@ridecar2 It's WebSharper. The developers have contributed several research papers to academic conferences, so their work is based on computer science research rather than just 'hacking happily away'.
It allows you to use F# on both client and server side. It seems C# support has recently been added too, but if I were to use anything else than F#, it would probably be Elm rather than C#. -
Grumpy28878y@ridecar2 I haven't tried Fable, but it looks interesting. A natural development of Babel would be to output WebAssembly when that gets released, and with Fable being Babel based that looks promising.
BTW, my WebSharper problems disappear when I copy the files to a different project. So it could be a VS2015 project problem, and not necessarily a WebSharper thing.
Ah, the joys of using a bleeding edge web framework! After updating a bunch of NuGet packages, I get the TypeInitializationException from hell. Googling the error message turns up void, because seems to be me and about a dozen other devs using this framework.
2-3 new threads per week in the support forum and mentioned in a total of 288 StackOverflow questions. It feels lonely using this framework, but the design is so darn promising...
undefined