1) Yes. Using a simple example, in F # I can call the main method of a C # console application:
open SampleApp
SampleApp.Program.Main([| "Hello"; "World" |])
2) DLR, , -. , Python ();
ScriptEngine engine = Python.CreateEngine();
ScriptSource script = engine.CreateScriptFromSourceFile("myPythonScript.py");
ScriptScope scope = engine.CreateScope();
script.Execute(scope);
, .
3) DLL DLL-, #/F #, . Microsoft DLR.