Difference between revisions of "Static Dynamic Types"

From JVMLangSummit
Jump to navigationJump to search
(New page: == Static Dynamic Types == Neal Gafter, Microsoft ; Project: ; Blog: ; Slides: Image:file.pdf === Abstract === = Background = = Current Status = = Future = = Key Issues for ...)
 
Line 7: Line 7:
  
 
=== Abstract ===
 
=== 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 =
 
= Background =

Revision as of 09:15, 17 September 2009

Static Dynamic Types

Neal Gafter, Microsoft

Project
Blog
Slides
File:File.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)