[Mono-list] Interactive .NET operation

code code@263.net
Wed, 27 Nov 2002 23:40:22 +0800


There is already one : Toolsack DotNet Script Host. It could run under
.NET, but I think it will also run under mono.

Please see www.toolsack.com


> -----Original Message-----
> From: mono-list-admin@ximian.com 
> [mailto:mono-list-admin@ximian.com] On Behalf Of Keisuke Nishida
> Sent: Wednesday, November 27, 2002 10:45 PM
> To: mono-list@ximian.com
> Subject: [Mono-list] Interactive .NET operation
> 
> 
> Hi,
> 
> Is there a command-line tool that allows me to access .NET 
> interactively?  I am thinking of something like this:
> 
>   $ interactive-mono
>   mono> using System
>   mono> Console.WriteLine("Hello")
>   Hello
>   mono> class Foo
>   mono> static int Add(int x, int y) { return x + y; }
>   mono> Add(1, 2)
>   $1 = 3
>   mono>
> 
> If not, I am interested in writing one (if it is feasible).
> 
> Keisuke
> 
> _______________________________________________
> Mono-list maillist  -  Mono-list@ximian.com 
> http://lists.ximian.com/mailman/listinfo/mono-list
>