Objective-Smalltalk

Objective-Smalltalk: Objective-Smalltalk is an evolution of Smalltalk based on the Objective-C runtime. It adds angle brackets for type annotations, both for optional static type checking and to designate C types such as <int> or <double> for interoperating with C and Objective-C. Generic raw pointers are not supported, wrapper objects and bulk collections are preferred. The … Continue reading Objective-Smalltalk