10
I’m used to using PHP and Python, languages that allow you to run on the command line in interactive mode, so it’s easier to test or learn something new, since I won’t need to compile all the time (as it is in the case of C#).
Is there any way to use C# on the command line in interactive mode?
For example, in Python I can do this:
$ python
>>> 1 + 2
>>> # 3
The answer may be to the Windows
, but if you have any way of doing Linux
, would be grateful for a solution.
I use Ubuntu 14.04 operating system.
Interesting is that in my Ubuntu was installed a command
csharp
and I didn’t know. It also serves +1– Wallace Maxters
@Wallacemaxters there I don’t know, I only know the
csi
which is REPL on Windows when install all.– Maniero
I’m confused, I don’t know if he installed how
mono-complete
,dnx
ordotnet core
(that link you gave me)– Wallace Maxters
@Wallacemaxters look like Mono.
– Maniero
Until now I didn’t know what REPL was, it would give a good question, kkkkkk
– Wallace Maxters