read eval print loop - Is there a command line interface or an interpreter for running .net code? -
I need it, but do not want to recreate hot water again.
For example, syntax as much as possible:
.net> Load myLibrary.dll myLibrary.dll loaded .net & gt; Person P "John" "Do" 32 My Library Example Swami made (P). Net & gt; Print Pge 32 So I'm looking for a commandline interface to use the public methods and properties of an assembly. (In this example, the person's person (string, string, int) was applied and after that property age was printed in the console.)
However, I would be happy with any of its solution, /
- I need those sources, so I can customize them ... (I prefere C # too much)
- I need free and redistributable
A command line is REPL (fsi.exe). And the code for F # is available.
(See an old screenshot to get an idea.)
Comments
Post a Comment