Operator: Difference between revisions

Jump to navigation Jump to search
24 bytes added ,  15:15, 30 April 2020
m
Operators category
No edit summary
m (Operators category)
 
Line 12: Line 12:
Newer languages like [[J]] and [[K]] which do not maintain [[backwards compatibility]] with APL usually make the operator syntax more regular. In [[J]], operators (termed "adverbs" for [[monadic operator|monadic]] and "conjunctions" for [[dyadic operator]]s) are considered simply as higher-order functions and there is no concept of a [[derived function]]. An operator can return any array or function, or even another operator.
Newer languages like [[J]] and [[K]] which do not maintain [[backwards compatibility]] with APL usually make the operator syntax more regular. In [[J]], operators (termed "adverbs" for [[monadic operator|monadic]] and "conjunctions" for [[dyadic operator]]s) are considered simply as higher-order functions and there is no concept of a [[derived function]]. An operator can return any array or function, or even another operator.


{{APL syntax}}
{{APL syntax}}[[Category:Operators| ]]

Navigation menu