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...
Call Number: | Libro Electrónico |
---|---|
Main Author: | |
Corporate Author: | |
Format: | Electronic eBook |
Language: | Inglés |
Published: |
Berkeley, CA :
Apress : Imprint: Apress,
2010.
|
Edition: | 1st ed. 2010. |
Subjects: | |
Online Access: | Texto Completo |
Table of Contents:
- 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.