The DLR is pretty sparsely documented today. Some of the available resources are the hosting spec: http://compilerlab.members.winisp.net/dlr-spec-hosting.pdf
And some blogs that talk about implementing languages on the DLR: http://blogs.msdn.com/mmaly/ http://www.dotnetguru.org/us/dlrus/DLR2.htm On Mon, Jun 23, 2008 at 12:50 PM, Artur Krosny <[EMAIL PROTECTED]> wrote: > Hi, > > Is there any DLR documentation available somewhere ? > I am playing with ToyScript to learn it and I like > to know if it would be possible to implement scope > declarations for functions. Something like : > static def test() {..} > > Artur > _______________________________________________ > Users mailing list > [email protected] > http://lists.ironpython.com/listinfo.cgi/users-ironpython.com >
_______________________________________________ Users mailing list [email protected] http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
