Welcome to MSDN Blogs Sign in | Join | Help

May 2008 - Posts

Signals on Windows

While looking at signal support in IronRuby, I played with the signal and raise functions that are available in the C runtime. It turns out that these functions are much more limited than their Unix counterparts. On Unix, kill can be used to send a signal
Posted by shrib | 1 Comments

Attachment(s): signal.cs

Accessing IronPython objects from native JScript (using IReflect)

The DLR aims to enable dynamic languages like IronPython and IronRuby to access and minipulate objects created by each other. But what about dynamic languages like JScript implemented using unmanaged code? It is sometimes useful for IronPython and native
Posted by shrib | 1 Comments

Attachment(s): IReflectUtils.zip
 
Page view tracker