Content deleted Content added
m What is it with Wikipedia authors and using en dashes incorrectly? |
|||
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 designed
== History ==
Line 89:
== Legacy to computer programming ==
IPL arguably introduced several programming language features:
* ''List manipulation''
* ''Property lists''
* ''Higher-order functions''
* ''Computation with symbols''
* ''Virtual machine''
|