Content deleted Content added
No edit summary |
m →A taste of IPL: Typo fixing per WP:HYPHEN, replaced: singly- → singly (2), suitably- → suitably (2) using AWB (7660) |
||
Line 36:
# a set of ''primitive processes'', which would be termed ''primitive functions'' in modern languages.
The main data structure of IPL is the list, but lists are more intricate structures than in many languages. A list consists of a singly
<code>
Line 76:
* Manipulation of symbols; e.g., test if a symbol denotes an integer, or make a symbol local.
* I/O operations
* "generators", 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
== History ==
|