Static Dynamic Types
From JVMLangSummit
Jump to navigationJump to searchContents
Static Dynamic Types
Neal Gafter, Microsoft
- Project
- Blog
- Slides
- File:DynamicInCSharp.pdf
Abstract
Dynamic types in a static type system — Neal Gafter
The static type system of C# has been extended in version 4.0 to support dynamic types. We describe the extended type system and show how it supports interoperability among static and dynamic languages on the .NET platform.
Background
Current Status
Future
Key Issues for Discussion
(please expand cooperatively)