Simple examples: Difference between revisions

Jump to navigation Jump to search
11 bytes removed ,  08:14, 14 August 2020
Line 41: Line 41:
=== Tacit programming ===
=== Tacit programming ===


{{Main|Tacit}}
{{Main|Tacit programming}}


In APL’s tacit definition, no braces are needed to mark the definition of a function: primitive functions just combine in a way that enables us to omit any reference to the function arguments — hence ''tacit''. Here is the same calculation written tacitly:
In APL’s tacit definition, no braces are needed to mark the definition of a function: primitive functions just combine in a way that enables us to omit any reference to the function arguments — hence ''tacit''. Here is the same calculation written tacitly:
Line 60: Line 60:
|}
|}


But other types of trains are also possible. See [[Tacit programming#Trains|tacit programming]].
But other types of [[Tacit programming#Trains|trains]] are also possible.


==Text processing==
==Text processing==

Navigation menu