Appendix D. Objective C and Swarm

Table of Contents
D.1. Objective C Web Resources
D.2. Objective C - Swarm Style
D.2.1. Non-Conventional Techniques, And The Libraries In Which They're Used
D.2.2. Zones in Principle
D.2.3. Zones in Practice
D.2.4. The Create Phase in Principle
D.2.5. The Create Phase in Practice
D.2.6. Collections and Defobj
D.3. Debugging Tips for Swarm
D.3.1. Finding bugs
D.3.2. Preventing Bugs
D.4. Emacs and Objective C

D.1. Objective C Web Resources

The main technical skill required of a Swarm user is the ability to write Objective C code. Other recommended skills include the ability to use tools such as gdb and emacs. For the record, if you know C and have some form of experience in either C++ or Smalltalk, then learning Objective C should take no more than a day or so.