Skip to content

Instantly share code, notes, and snippets.

@abrudz

abrudz/voc.csv Secret

Last active December 6, 2021 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save abrudz/384fece96ce12ebfa832b58aedfa1ad5 to your computer and use it in GitHub Desktop.
Save abrudz/384fece96ce12ebfa832b58aedfa1ad5 to your computer and use it in GitHub Desktop.
Vocabulary
GLYPH MONADIC FUNCTION DYADIC FUNCTION
+ conjugate plus
- negate minus
× direction times
÷ reciprocal divide
* exponential power
natural logarithm logarithm
matrix inverse matrix divide
pi times circular
! factorial binomial
? roll deal
| magnitude residue
ceiling maximum
floor minimum
decode
encode
same left
same right
= equal
unique mask not equal
less than or equal to
< less than
> greater than
greater than or equal to
depth match
tally not match
greatest common divisor/or
lowest common multiple/and
nand
nor
mix take
split drop
enclose partioned enclose
first pick
nest partition
materialise index
grade up grades up
grade down grades down
indices indices of
where interval index
enlist member of
find
unique union
intersection
~ not without
, enlist catenate/laminate
table catenate first/laminate
shape reshape
reverse rotate
reverse first rotate first
transpose reorder axes
execute namespace execute
format specified format
GLYPH DYADIC FUNCTION MONADIC OPERATOR
/ replicate Reduce
\ expand Scan
replicate first Reduce First
expand first Scan First
GLYPH MONADIC DERIVED FUNCTION DYADIC DERIVED FUNCTION
Repeat Until
∘. Inner Product
. Outer Product
Bind Beside
Rank Atop
Over Over
@ At At
Stencil
Variant Variant
GLYPH MONADIC DERIVED FUNCTION DYADIC DERIVED FUNCTION
¨ Each Each Both
Constant/Self Constant/Swap
Index Key Key
Service Service System Service
& Spawn Spawn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment