Information Processing Language: Difference between revisions

Content deleted Content added
Trevor1324 (talk | contribs)
More citations needed
Trevor1324 (talk | contribs)
m Improve formatting
Line 71:
* Test symbols for equality
* Find, set, or erase an attribute of a list
* locateLocate the next symbol in a list; insert a symbol in a list; erase or copy an entire list.
* Arithmetic operations (on symbol names).
* Manipulation of symbols; e.g., test if a symbol denotes an integer, or make a symbol local.
* I/O operations
* "generatorsGenerators", which correspond to iterators and filters in functional programming. For example, a generator may accept a list of numbers and produce the list of their squares. Generators could accept suitably designed functions—strictly, the addresses of code of suitably designed functions—as arguments.
 
== History ==