Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Python & .NET
Search
Rudi MK
June 26, 2012
Programming
1
440
Python & .NET
Rudi MK
June 26, 2012
Tweet
Share
More Decks by Rudi MK
See All by Rudi MK
Facebook - The New Face of Journalism
rudimk
1
89
Other Decks in Programming
See All in Programming
アーキテクトと美学 / Architecture and Aesthetics
nrslib
12
3.2k
エンジニア未経験が最短で戦力になるためのTips
gokana
0
240
SLI/SLOの設定を進めるその前に アラート品質の改善に取り組んだ話
tanden
2
760
DomainException と Result 型で作る型安全なエラーハンドリング
karszawa
0
830
パスキーのすべて / 20250324 iddance Lesson.5
kuralab
0
140
DataStoreをテストする
mkeeda
0
240
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
0
1.3k
AI Coding Agent Enablement - エージェントを自走させよう
yukukotani
12
3.5k
複数ドメインに散らばってしまった画像…! 運用中のPHPアプリに後からCDNを導入する…!
suguruooki
0
450
CRE Meetup!ユーザー信頼性を支えるエンジニアリング実践例の発表資料です
tmnb
0
530
小さく段階的リリースすることで深夜メンテを回避する
mkmk884
2
140
AIコードエディタの基盤となるLLMのFlutter性能評価
alquist4121
0
170
Featured
See All Featured
Designing for Performance
lara
606
69k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
331
21k
How to Think Like a Performance Engineer
csswizardry
22
1.5k
Visualizing Your Data: Incorporating Mongo into Loggly Infrastructure
mongodb
45
9.5k
Facilitating Awesome Meetings
lara
53
6.3k
Designing Experiences People Love
moore
141
23k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
28
9.4k
RailsConf 2023
tenderlove
29
1k
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
8
710
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
25k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
102
19k
The Language of Interfaces
destraynor
157
24k
Transcript
Python and .NET A happy relationship?
A brief history of how the DLR, and the
IronPython project came into being. Current status of the IronPython project.
Basic fundamentals of the DLR How exactly does
IronPython run on top of the DLR? What can you do, with IronPython?
DEMO: Running a Django app on the DLR, IronPython,
with SQL Server as the backend. DEMO: Running a Web2Py app on the DLR, IronPython, with SQL Server as the backend.
DEMO: Sample code that interfaces with the Cpython libraries,
as well as the .NET Base Class Libraries.
Silverlight, Moonlight and the Gestalt library. DEMO: A
sample XAML app, scripted using Python.
How does the DLR aid in language design?
Using IronPython for language design. DEMO: Sympl, a small functional language written using IronPython.
Questions, suggestions, and anything anyone might have to say.