[Vm-beginners] Re: Objective-C

Sean P. DeNigris sean at clipperadams.com
Mon May 2 01:54:35 UTC 2011


I wrote a simple little class called ObjC to use like a namespace for ObjC
classes.

    bundle := ObjectiveCObject findClassName: 'NSBundle'.  
    aBundle := bundle bundleWithPath: '/Applications/Mail.app'
asNSStringUTF8.

becomes:

    ObjC NSBundle bundleWithPath: '/Applications/Mail.app' asNSStringUTF8.

Until (if) it is included in the project, here is the 
http://forum.world.st/file/n3489140/ObjC.st ObjC.st .

Sean--
View this message in context: http://forum.world.st/Objective-C-tp3487777p3489140.html
Sent from the Smalltalk VM - Beginners mailing list archive at Nabble.com.


More information about the VM-beginners mailing list