Difference between revisions of "Static Dynamic Types"

From JVMLangSummit
Jump to navigationJump to search
(Static Dynamic Types)
 
Line 4: Line 4:
 
; Project:  
 
; Project:  
 
; Blog:  
 
; Blog:  
; Slides: [[File:DynamicInCSharp.pdf]]
+
; Slides: [[Image:DynamicInCSharp.pdf]]
  
 
=== Abstract ===
 
=== Abstract ===

Latest revision as of 09:41, 18 September 2009

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)