Hi Peter,

Using the F# type inference engine will not really be possible unless you actually plan on having your users author their code in F#. I guess you could generate F# code and run the compiler, and then if it succeeded you could access the representations by using F# quotations (e.g. see Robert Pickering's book). But it's not really what the compilation stack is sesigned for. Another way may be to model the language using standard F# langauge constructs (e.g. discriminated unions) and use .NET programming to implement your visual editor.

Kind regards

don

By on 6/28/2007 6:40 PM ()
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