Here's a link to my open source project FSharp.Javascript. It converts F# quotations to javascript.

FSharp.Javascript

The basic idea behind converting between languages is having two ASTs (abstract syntax trees) one for the source language and one for the target language. F# quotations gives you an AST for free so all you really need to write is an AST for your target language, a pretty printer for your target AST and a converter from one AST to another.

F# AST -> Target Language AST -> Target Language pretty printer.

On another note, these forums are broken, this is the third account I've had to register because I can never access old ones, and the forgot password functionality doesn't work.

By on 2/3/2011 7:03 AM ()

@jgreene3 Worked for me. Maybe the problem is on your end?

By on 2/3/2011 1:03 PM ()

Me not remembering my password is my problem I suppose, but the forgot password functionality doesn't seem to work with a gmail address. It seems likely that it is the forgot password functionality that is broken and not me. :)

By on 2/3/2011 1:37 PM ()

Only thing that comes to mind is WebSharper's F# to JavaScript engine. I don't think anyone did more than this.

By on 2/3/2011 6:26 AM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper