[Mono-devel-list] rubydotnet - want to support mono

Paolo Molaro lupus at ximian.com
Tue Sep 23 06:11:39 EDT 2003


On 09/20/03 Thomas Sondergaard wrote:
> - I'd like to know if there are any prior art on binding mono to a scripting
> language. For inspiration and for ripping off :-) Also I was hoping that we

There is a (partial) perl binding and a more complete PHP binding.
Both of them use the mono embedding API that is breifly described at
http://www.go-mono.com/embedded-api.html. From looking at your C++ code,
we should have all you need: ways to create objects, box simple
valuetypes, invoke methods and so on.
The PHP one is at http://www.php.net/~sterling/mono/ (dunno how current
it is, though).
Feel free to ask more questions on the list.

> could unite our efforts and work together on ScriptingExtensions for .net
> for the benefit of all scripting languages that interops with .net.

This sounds interesting. Can you give more details on it?

lupus

-- 
-----------------------------------------------------------------
lupus at debian.org                                     debian/rules
lupus at ximian.com                             Monkeys do it better



More information about the Mono-devel-list mailing list