Alternatives: Telescript
 
 
Interpreted OO language from General Magic.
Designed from start for agents:
- Agent: mobile script.
 - Place: where agents compute and mingle.
 - go: migrates agent to new place in mid-computation.
 
Security model:
- Language is safe (can't create pointers).
 - Places provide firewalls.
 
Persistence: agents survive crashes of places.