Skip to content

Instantly share code, notes, and snippets.

@suhr
Last active December 15, 2021 11:06
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 suhr/133da46279f501da924c5d49010ee67b to your computer and use it in GitHub Desktop.
Save suhr/133da46279f501da924c5d49010ee67b to your computer and use it in GitHub Desktop.
s:∘.: outerProduct_ :g
s:+: ConjugatePlus :g
s:-: NegateMinus :g
s:×: DirectionTimes :g
s:÷: ReciprocalDivide :g
s:⌊: FloorMinimum :g
s:⌈: CeilingMaximum :g
s:|: MagnitudeResidue :g
s:*: ExponentialPower :g
s:⍟: NatualLogarithmLogarithm :g
s:○: PiTimesCircularFunction :g
s:!: FactorialBinominal :g
s:∧: LcmAnd :g
s:∨: GcdOr :g
s:⍲: Nand :g
s:⍱: Nor :g
s:<: LessThan :g
s:≤: LessThanOrEqualTo :g
s:=: EqualTo :g
s:≥: GreaterThanOrEqualTo :g
s:>: GreaterThan :g
s:≠: NotEqualTo :g
s:~: NotWithout :g
s:?: RollDeal :g
s:∊: EnlistMembership :g
s:⍷: Find :g
s:,: RavelCatenate :g
s:⍪: TableCatenateFirst :g
s:⌷: MaterializeIndex :g
s:⍳: IndexGeneratorIndexOf :g
s:⍸: WhereIntervalIndex :g
s:⍴: ShapeReshape :g
s:↑: MixTake :g
s:↓: SplitDrop :g
s:⊣: SameLeft :g
s:⊢: SameRight :g
s:⊤: Decode :g
s:⊥: Encode :g
s:/: _ReplicateReduce :g
s:⌿: _ReplicateFirstReduceFirst :g
s:\\: ExpandScan :g
s:⍀: ExpandFirstScanFirst :g
s:¨: _each :g
s:⍤: _atopRank_ :g
s:⌸: _key :g
s:⌺: Stencil :g
s:⍨: _commute :g
s:⍣: _power_ :g
s:@: At :g
s:⊆: NestPartition :g
s:≢: TallyNotMatch :g
s:⊃: FirstPick :g
s:⍉: TransposeDyadicTranspose :g
s:⊂: EnclosePartitionedEnclose :g
s:∪: UniqueUnion :g
s:⍥: _over_ :g
s:⌽: ReverseRotate :g
s:≡: DepthMatch :g
s:⍎: Execute :g
s:⍕: Format :g
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment