There are fewer resources on the WWW than I would like, but you may find them useful just the same.
- The occamdoc for the Arduino modules may be very useful. (See note, below...)
- On occam-pi.org we have some links to a variety of learning resources.
- The occam-pi reference guide is a good quick reference.
- The occam 2.1 reference is a longer document, but covers details of the language that you may be curious about.
- Plumbing for the Arduino may be of use.
This last link (Plumbing for the Arduino) will help introduce you to programming in occam on the Arduino, but it won't take you very far.
I've started a "cookbook"-style resource, which I've brilliantly titled A Plumbing Cookbook for the Arduino. I will be updating it as you ask questions, so check back here for the most recent version.
Note that this book is an open project; you can contribute to it, too.
Also, we can modify/improve the Plumbing module as a result of your use. That is, I have commit rights on the repository, and I write a lot of the documentation... so, if you think we can improve the Plumbing module, by all means... make suggestions on the users list, and we can discuss them and (most likely) put your suggestions into practice.
NOTE TO ME: To build the occamdocs, first run:
avr-occamdoc -d docs/ include/*.module
then
scp -r docs/* rockalypse@rockalypse.org:~/rockalypse.org/courses/cs220f11/resources/occamdoc/
from the arduino directory.
