Adding Funscript to an existing ASP.NET MVC project
asp.net, asp.net-mvc, f#, funscript
Solution
Igor, you can check out the blog post that I have written and the solution that accompanies on it on Github.
http://namelessinteractive.com/FullStackFSharpLongVersion_Part1
Essentially it is an MVC application with FunScript integration.
Problem
I really like the FunScript's idea of writing F# instead of Javascript, but I cannot find any samples on how to integrate FunScript int an existing ASP.NET MVC solution. Is it even possible? A "real-world example" would be really useful.