Hi Daniel! There is no scripting language for mono because the Common Language Runtime executes only compiled code, but it is possible to simulate the scriptig behavior by compiling the source into an assembly, load the assembly and execute the code inside on the fly. Check out this article: http://www.codeproject.com/dotnet/DotNetScript.asp
Robert -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of daniel narf Sent: Donnerstag, 07. Oktober 2004 21:31 To: [EMAIL PROTECTED] Subject: [Mono-list] mono scripting? Hi i am new to mono and since i saw nothing mentioned in documentation i wonder what scripting language i can use in mono that has full access to clr services and to the standart library? since python implementations to clr are still very experimental vbscript seems the only option? if not are there any plans to include an oficial scripting language for mono with monodevelop suport also? And an offtopic question; isnt it dangerous to implement winforms and asp.net which hasnt been submited by microsoft as standart to ecma? thanks in advance. _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
