Vocabulary: Difference between revisions

1,020 bytes added ,  1 year ago
"Widen scope of language category"
("Widen scope of language category")
 
(7 intermediate revisions by 2 users not shown)
Line 21:
== Function ==
A function can be a:
* Primitive verb
* Lambda
* Train
Line 39:
 
== Shape ==
The shape of an array is the length of each dimension in it.
 
== Conform ==
Conforming is a rule that applies to arithmetic verbs in K. A conforming operation is one which can take two arrays with arbitrary shape and line up each atom with a corresponding atom, preserving the structure of one of the given arguments. Conforming operations can only be done on arrays which recursively conform in terms of element length.
 
== Atomic ==
An atomic operation is one which can work on the lowest atoms of an array. Atoms can be one of:
* Integer
* Character
* Float
* Symbol
 
== Vector ==
A vector is a simple list that contains no subarrays.
 
== Scalar ==
A scalar is the smallest individual unit that can the added to an array, that is not an array. Otherwise this is See [[Vocabulary#Atomic|Atomic]] for the types of scalars.
 
== Lambda ==
The basic universal syntax for defining functions is the K lambda. A lambda with no arguments defined has its first three arguments stored in variables x, y and z. A lambda also has a variable for self reference (recursion).
 
[[Category:Language]]
720

edits