IronPython Implementation - PowerPoint PPT Presentation

1 / 6
About This Presentation
Title:

IronPython Implementation

Description:

Dino Viehland. Senior Software Developer. Microsoft Corporation. dinov_at_microsoft.com ... In Development Alpha 1 just released. class partial(object): def ... – PowerPoint PPT presentation

Number of Views:278
Avg rating:3.0/5.0
Slides: 7
Provided by: dinovi4
Category:

less

Transcript and Presenter's Notes

Title: IronPython Implementation


1
IronPython Implementation
  • Dino Viehland
  • Senior Software Developer
  • Microsoft Corporation
  • dinov_at_microsoft.com

2
What is IronPython?
  • http//www.codeplex.com/IronPython
  • IronPython 2.0
  • CPython 2.5 Compatible
  • Includes Python standard library
  • IronPython 2.6
  • CPython 2.6 Compatible
  • In Development Alpha 1 just released

3
_functools.partial
  • class partial(object)
  • def __init__(self, func, args)
  • self.func func
  • self.args args
  • def __call__(self, args)
  • return self.func((self.args args))

4
Meta Partial Tree
Call
Context
Field func
Array Index
Arg 0
Arg 1
self
Field args
Constant 0
self
5
Code
6
Thanks for listening
  • IronPython Home
  • http//www.codeplex.com/IronPython
  • My Blog
  • http//blogs.msdn.com/DinoViehland
  • More Information
  • http//IronPython.info
  • http//www.codeplex.com/DLR
  • Questions?
Write a Comment
User Comments (0)
About PowerShow.com