On 07/21/02 Lonnie Cumberland wrote: > I recently came across the MONO project and would like to get a better > understanding of what it is and how it is better than other scripting > engines.
You can read what mono is on the web site: www.go-mono.com. Mono is not a scripting engine (or at least, not only that): you can use it to run programs written in any language that target the CLR and it will run them with a JIT. Mono also will give you all the other advantages of the CLR: security, GC, easy integration with existing code etc. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
