Handbook
Glossary
Subclassing Objective C classes
Cocoa bridge
Prev:
Calling Objective C code
Next:
Cocoa application utilities
Objective C classes can be subclassed, with new methods defined in Factor, using parsing words:
<CLASS:
METHOD:
Objective C class definitions are saved in the image. If the image is saved and Factor is restarted with the saved image, custom class definitions are made available to the Objective C runtime when they are first accessed from within Factor.