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
Any ideas? Update: If I can not find a good solution, then I will program it myself, there is an interest in contacting me on Gmail, which is falsal on it.

A command line is REPL (fsi.exe). And the code for F # is available.

(See an old screenshot to get an idea.)


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -