Alex Hoffman

Perspective on management, development and technology

Syndication

News

    Subscribe

    IASA Member

Browse by Tags

All Tags » IronPython (RSS)
Number of Types/Methods in IronPython
Thomas and Oren recently showed a couple of scripts in PowerShell and Boo respectively that count the number of types and methods in mscorlib. Here is one possible implementation in IronPython ... import System typeCount = methodCount = 0 mscorlib = System...

Posted Tuesday, June 05, 2007 11:20 AM by Alex Hoffman | 4 comment(s)

Filed under: ,

More Posts