Programming Language for Old Timers


by David A. Moon
February 2006 .. September 2008

Comments and criticisms to dave underscore moon atsign alum dot mit dot edu.


Previous page   Table of Contents   Next page


Naming Conventions

The syntax of PLOT is designed to work smoothly with several standard naming conventions. User-written code is not required to follow these conventions, but it is recommended.

$... type name
@... module
:... annotation
_... private
%... intrinsic
...:= setter
...? predicate
*...* global or dynamically bound variable
parse-... parser


Previous page   Table of Contents   Next page