[Mono-dev] Microsoft.Scripting.sll

Miguel de Icaza miguel at novell.com
Mon Jun 4 12:14:37 EDT 2007


Hello,

> Some said that it is open source so we can use microsoft dll
> directely.

We will use it directly.

> Other said that we must redo it.

They are wrong.

> I have commit a start of it in olive module but the size of this dll
> is quite bigger than compiler and runtime. 

Do not commit this library to SVN, it is currently undergoing lots of
changes, and I do not want to have to track that down.

For now, just install IronPython 2.0 (where it comes) and use that.

> So if we can avoid to redo it for nothing...
> 
> Wo what is the final choice?do or copy the MS dll in module as a ref?

Until the final release of the DLR (or until it matures) just make your
module assume that it is installed in the system path.

For development, you will need to install it on your system path.



More information about the Mono-devel-list mailing list