Actually, there's already a thread here on the same subject :

[link:cs.hubfs.net]

I think that what i would like is to have programmatic access to the Interactive Compiler.

Any help much appreciated.

Stringer

By on 1/23/2009 2:01 PM ()

If you download the lastest #Develop sources there's an implmentation of passing commands to an FSI process StdIn/StdOut:

[link:www.icsharpcode.net]

You can get interactive like effect using the codedom. The major disadvantage of a codedom approach is that pretty difficult to allow code to interact with values that have previously been defined interactively. It's quite easy to allow code to interact with the application that's making the call. All you need to is reference the application. There's an example of this in the ant colony simulation I've been working on:

[link:code.google.com]

Cheers,

Rob

By on 1/23/2009 11:15 PM ()

Hi Rob,

I'll check it out immediately! Thanks a lot for helping!

Stringer

By on 1/24/2009 4: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