SenseTalk


SenseTalk is an intuitive, People Oriented Programming language designed to be both readable and expressive. Being readable makes it easier for a person unfamiliar with a particular script to understand what the script does. Being expressive allows people to describe actions to be taken using high-level human-task-oriented terms rather than in terms of the low-level operations the computer must perform to carry out those tasks.

Description

SenseTalk is the primary exemplar of , embodying the principles of together with being and .
Readable — SenseTalk’s readability stems from several factors. It is a very English-like language. It uses familiar terms for familiar things, and familiar symbols in familiar ways.
Writable — SenseTalk supports writability first by being readable and English-like, but also by being very flexible. In many cases, a command, function, or operator can be written in multiple ways. This makes it easy for a user scripting in SenseTalk to write a command without necessarily remembering the exact syntax that is needed.
SenseTalk further supports writability by striving for consistency in concepts and approaches to different areas of functionality. For example, the chunk syntax used for accessing chunks of text extends to lists and trees as well.
A language that is Readable and Writable is an Intuitive Programming Language — Even a person who is unfamiliar with the language will intuitively understand a script if it is clearly readable. And once a person gains a basic familiarity with the language, if it is sufficiently writable they will be able to apply what they know and “guess” at how to write commands to perform tasks that they’ve never done before, and frequently have them “just work”.

History

The SenseTalk language first appeared in 1992 as the scripting language in HyperSense, a multimedia authoring application for the NextStep platform, modeled after HyperCard. At that time the language was little more than copy of HyperCard's HyperTalk language. A more ambitious rethinking and redesign of the language resulted in the beginnings of the present language, with version 0.02 shipping as the scripting language in Eggplant V1.0 in 2002. The language has continued to grow and evolve, becoming more People Oriented over time, with such enhancements as the addition of support for: