Pro DLR in .NET 4
Microsoft's Dynamic Language Runtime (DLR) is a platform for running dynamic languages such as Ruby and Python on an equal footing with compiled languages such as C#. Furthermore, the runtime is the foundation for many useful software design and architecture techniques you can apply as you deve...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Autor Corporativo: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
Berkeley, CA :
Apress : Imprint: Apress,
2010.
|
Edición: | 1st ed. 2010. |
Temas: | |
Acceso en línea: | Texto Completo |
Tabla de Contenidos:
- DLR Fundamentals
- to DLR
- DLR Expression
- Late Binding and Caching
- Late Binding and Interoperability
- Dynamic Objects
- DLR Hosting API
- Applying the DLR
- DLR and Aspect-Oriented Programming
- Metaprogramming
- Stitch - A DSL for Hosting Languages
- Application Scripting
- DLR in Silverlight
- Dynamic Languages on JVM.