No, there isn’t.
Even the full .NET implementation of CodeDom for F# doesn’t implement the parser – it implements just code generator that turns CodeDom into F# source code and then invokes the command line compiler (which is why it cannot be easily ported to Silverlight).
However, http://www.tryfsharp.org uses some kind of F# Interactive embedded in the browser, which certainly works in Silverlight. I’m not sure how reusable the component is (and whether the license allows anybody to use it)...
Tomas
--
You received this message because you are subscribed to the Google
Groups "FSharp Open Source Community" group.
To post to this group, send email to fsharp-o...@googlegroups.com
To unsubscribe from this group, send email to
fsharp-opensou...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/fsharp-opensource?hl=en
No, there isn’t.
Even the full .NET implementation of CodeDom for F# doesn’t implement the parser – it implements just code generator that turns CodeDom into F# source code and then invokes the command line compiler (which is why it cannot be easily ported to Silverlight).
However, http://www.tryfsharp.org uses some kind of F# Interactive embedded in the browser, which certainly works in Silverlight. I’m not sure how reusable the component is (and whether the license allows anybody to use it)...