I'm used to using PHP and Python, languages that allow you to run in the command line in interactive mode, so it's easier to test or learn something new, since I do not have to compile all the time (as it is in case of C #).
Is there any way to use C # in the command line in interactive mode?
For example, in Python I can do this:
$ python
>>> 1 + 2
>>> # 3
The answer might be for Windows
, but if you have some way to do it in Linux
, I'd be grateful for a solution.
I use the Ubuntu 14.04 operating system.