RainerSchuster

Stories submitted by RainerSchuster

Writing an IronPython Debugger: REPL Console(devhawk.net)

submitted by RainerSchusterRainerSchuster(30) 3 years, 1 month ago

While I was banging my head against a wall experimenting with understanding how CorValue extraction worked, I found myself wanting to dink around with the debugger objects in a REPL console. One of IronPython’s core strengths is support for “exploratory programming” via the REPL. It turned out bringing a REPL to ipydbg was quite simple. read more...

add a comment |category: |Views: 10

tags: another

Functionally Dynamic?(lostechies.com)

submitted by RainerSchusterRainerSchuster(30) 3 years, 6 months ago

A simple (weird looking) functional programming pattern used in todays c# read more...

add a comment |category: |Views: 15

tags: another

MEF - CompositeWPF under one roof(global-webnet.net)

submitted by RainerSchusterRainerSchuster(30) 3 years, 6 months ago

MEF and the CompositeWPF both offer distinct and very valuable services. MEF allows us to easily create Add-in components and the CompositeWPF makes it easy to decouple our services and views. read more...

add a comment |category: |Views: 32

tags: another