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
430
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
チームリードになって変わったこと
isaka1022
0
190
iOSエンジニアから始める visionOS アプリ開発
nao_randd
3
130
2,500万ユーザーを支えるSREチームの6年間のスクラムのカイゼン
honmarkhunt
6
5.2k
昭和の職場からアジャイルの世界へ
kumagoro95
1
360
プログラミング言語学習のススメ / why-do-i-learn-programming-language
yashi8484
0
130
お前もAI鬼にならないか?👹Bolt & Cursor & Supabase & Vercelで人間をやめるぞ、ジョジョー!👺
taishiyade
5
3.9k
[JAWS-UG横浜 #80] うわっ…今年のServerless アップデート、少なすぎ…?
maroon1st
1
180
Formの複雑さに立ち向かう
bmthd
1
810
Introduction to kotlinx.rpc
arawn
0
670
“あなた” の開発を支援する AI エージェント Bedrock Engineer / introducing-bedrock-engineer
gawa
11
1.9k
SwiftUIで単方向アーキテクチャを導入して得られた成果
takuyaosawa
0
270
SwiftUI Viewの責務分離
elmetal
PRO
1
220
Featured
See All Featured
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
132
33k
Faster Mobile Websites
deanohume
306
31k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
31
2.1k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
The Straight Up "How To Draw Better" Workshop
denniskardys
232
140k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
Being A Developer After 40
akosma
89
590k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
21
2.5k
A Philosophy of Restraint
colly
203
16k
Stop Working from a Prison Cell
hatefulcrawdad
267
20k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
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.