Random Paws resources: (some of these are wildly out of date, with regard to syntax, semantics, or both… so skim with a grain of salt)
- JavaScript interpreter, and primary resource: http://github.com/elliottcable/Paws.js
- ANSI C interpreter: http://github.com/elliottcable/Paws.o
- My personal programming goals for the next few years, including where I plan to take Paws: http://gist.github.com/260152
- A few random pieces of example Paws code, that were written during discussions in ##Paws:
- (A long proposal on first-class
fork
s andghost
s)