MCPcopy Create free account

hub / github.com/DennisMitchell/jellylanguage / functions

Functions150 in github.com/DennisMitchell/jellylanguage

↓ 148 callersFunctioniterable
(argument, make_copy = False, make_digits = False, make_range = False)
jelly/interpreter.py:373
↓ 30 callersFunctionvariadic_link
(link, args, flat = False, lflat = False, rflat = False)
jelly/interpreter.py:1259
↓ 24 callersFunctionjellify
(element, dirty = False)
jelly/interpreter.py:464
↓ 22 callersFunctiondyadic_link
(link, args, conv = True, lflat = False, rflat = False)
jelly/interpreter.py:193
↓ 15 callersFunctionoverload
(operators, *args)
jelly/interpreter.py:720
↓ 13 callersFunctionarities
(links)
jelly/interpreter.py:20
↓ 13 callersFunctionniladic_link
(link)
jelly/interpreter.py:686
↓ 10 callersFunctionfrom_base
(digits, base)
jelly/interpreter.py:250
↓ 8 callersFunctionjoin
(array, glue)
jelly/interpreter.py:480
↓ 8 callersFunctionto_base
(integer, base, bijective = False)
jelly/interpreter.py:1148
↓ 7 callersFunctioncreate_chain
(chain, arity = -1, isForward = True)
jelly/interpreter.py:55
↓ 7 callersFunctiondepth
(link)
jelly/interpreter.py:121
↓ 7 callersFunctiondiv
(dividend, divisor, floor = False)
jelly/interpreter.py:112
↓ 7 callersFunctionmonadic_link
(link, arg, flat = False, conv = True)
jelly/interpreter.py:631
↓ 7 callersFunctionquickchain
(arity, min_length)
jelly/interpreter.py:897
↓ 6 callersFunctionpython_eval
(string, dirty = True)
jelly/interpreter.py:890
↓ 5 callersFunctionenumerate_md
(array, upper_level = [])
jelly/interpreter.py:214
↓ 5 callersFunctionoutput
(argument, end = '', transform = stringify)
jelly/interpreter.py:1303
↓ 4 callersFunctionjelly_eval
(code, arguments)
jelly/interpreter.py:421
↓ 4 callersFunctionleading_nilad
(chain)
jelly/interpreter.py:494
↓ 4 callersFunctionloop_until_loop
(link, args, return_all = False, return_loop = False, vary_rarg = True)
jelly/interpreter.py:500
↓ 4 callersFunctionmonadic_chain
(chain, arg)
jelly/interpreter.py:588
↓ 4 callersFunctionpartition_at
(booleans, array, border = 1)
jelly/interpreter.py:809
↓ 4 callersFunctionsplit_rolling
(array, width)
jelly/interpreter.py:1041
↓ 4 callersFunctionto_case
(argument, lower = False, swap = False, title = False, upper = False)
jelly/interpreter.py:1173
↓ 3 callersFunctionPi
(number)
jelly/interpreter.py:859
↓ 3 callersFunctionflatten
(argument)
jelly/interpreter.py:238
↓ 3 callersFunctionjelly_uneval_real
(number)
jelly/interpreter.py:460
↓ 3 callersFunctionmax_arity
(links)
jelly/interpreter.py:530
↓ 3 callersFunctionmultiset_difference
(left, right)
jelly/interpreter.py:643
↓ 3 callersFunctionreduce_simple
(array, link, *init)
jelly/interpreter.py:925
↓ 3 callersFunctionsimplest_number
(number)
jelly/interpreter.py:289
↓ 3 callersFunctionsparse
(link, args, indices, indices_literal = False)
jelly/interpreter.py:963
↓ 3 callersFunctionsplit_at
(array, needle)
jelly/interpreter.py:985
↓ 3 callersFunctionsplit_fixed
(array, width)
jelly/interpreter.py:1006
↓ 3 callersFunctiontrim
(trimmee, trimmer, left = False, right = False)
jelly/interpreter.py:1131
↓ 3 callersFunctionvariadic_chain
(chain, args)
jelly/interpreter.py:1242
↓ 3 callersFunctionzip_ragged
(array)
jelly/interpreter.py:1311
↓ 2 callersFunctionbounce
(array)
jelly/interpreter.py:43
↓ 2 callersFunctioncopy_to
(atom, value)
jelly/interpreter.py:102
↓ 2 callersFunctiondyadic_chain
(chain, args)
jelly/interpreter.py:155
↓ 2 callersFunctionextremes
(min_or_max, link, array)
jelly/interpreter.py:225
↓ 2 callersFunctionindex_of
(haystack, needle)
jelly/interpreter.py:383
↓ 2 callersFunctionlast_input
()
jelly/interpreter.py:489
↓ 2 callersFunctionmatrix_to_list
(matrix)
jelly/interpreter.py:527
↓ 2 callersFunctionniladic_chain
(chain)
jelly/interpreter.py:679
↓ 2 callersFunctionntimes
(links, args, cumulative = False)
jelly/interpreter.py:689
↓ 2 callersFunctionrld
(runs)
jelly/interpreter.py:937
↓ 2 callersFunctionrotate_left
(array, units)
jelly/interpreter.py:943
↓ 2 callersFunctionsplit_evenly
(array, chunks)
jelly/interpreter.py:995
↓ 2 callersFunctionsplit_suffix
(array)
jelly/interpreter.py:1051
↓ 2 callersFunctionunicode_to_jelly
(string)
jelly/interpreter.py:1222
↓ 2 callersFunctionwhile_loop
(link, condition, args, cumulative = False)
jelly/interpreter.py:1270
↓ 1 callersFunction_make_tie
()
jelly/interpreter.py:1107
↓ 1 callersFunctionat_index
(index, array)
jelly/interpreter.py:23
↓ 1 callersFunctionat_index_ndim
(indices, array)
jelly/interpreter.py:33
↓ 1 callersFunctionconvolve
(left, right)
jelly/interpreter.py:88
↓ 1 callersFunctioncreate_literal
(string)
jelly/interpreter.py:62
↓ 1 callersFunctiondiagonals
(matrix)
jelly/interpreter.py:128
↓ 1 callersFunctiondot_product
(left, right, truncate = False)
jelly/interpreter.py:141
↓ 1 callersFunctionequal
(array)
jelly/interpreter.py:221
↓ 1 callersFunctionfilter_array
(sand, mesh, is_in = True)
jelly/interpreter.py:234
↓ 1 callersFunctionfind_hash
utils/findhash2.c:23
↓ 1 callersFunctionfrom_diagonals
(diagonals)
jelly/interpreter.py:256
↓ 1 callersFunctiongroup_equal
(array)
jelly/interpreter.py:348
↓ 1 callersFunctionindices_md
(array, upper_level = [])
jelly/interpreter.py:395
↓ 1 callersFunctioninteger_partitions
(n, I=1)
jelly/interpreter.py:729
↓ 1 callersFunctionis_string
(argument)
jelly/interpreter.py:416
↓ 1 callersFunctionisqrt
(number)
jelly/interpreter.py:404
↓ 1 callersFunctionjelly_uneval
(argument, top = True)
jelly/interpreter.py:441
↓ 1 callersFunctionlazy_import
(names)
jelly/utils.py:13
↓ 1 callersFunctionlcm
(x, y)
jelly/interpreter.py:497
↓ 1 callersFunctionmain
(code, args, end)
jelly/__init__.py:5
↓ 1 callersFunctionmold
(content, shape)
jelly/interpreter.py:578
↓ 1 callersFunctionmultiset_union
(left, right)
jelly/interpreter.py:662
↓ 1 callersFunctionneighbors
(links, array)
jelly/interpreter.py:736
↓ 1 callersFunctionnfind
(links, args)
jelly/interpreter.py:516
↓ 1 callersFunctionparse_code
(code)
jelly/interpreter.py:751
↓ 1 callersFunctionpartitions
(array)
jelly/interpreter.py:741
↓ 1 callersFunctionpermutation_index
(array)
jelly/interpreter.py:846
↓ 1 callersFunctionreduce
(links, outmost_links, index, arity = 1)
jelly/interpreter.py:917
↓ 1 callersFunctionsplit_around
(array, needle)
jelly/interpreter.py:971
↓ 1 callersFunctionsplit_fixed_out
(array, width)
jelly/interpreter.py:1012
↓ 1 callersFunctionsplit_key
(control, data)
jelly/interpreter.py:1016
↓ 1 callersFunctionsplit_prefix
(array)
jelly/interpreter.py:1037
↓ 1 callersFunctionsplit_rolling_out
(array, width)
jelly/interpreter.py:1047
↓ 1 callersFunctionsss
(compressed)
jelly/interpreter.py:1055
Method__getattr__
(self, attr)
jelly/utils.py:9
Method__init__
(self, *args, **kwargs)
jelly/utils.py:2
Method__init__
(self, *args)
jelly/utils.py:7
Functionbase_decompression
(integer, digits)
jelly/interpreter.py:39
Functioncarmichael
(n)
jelly/interpreter.py:46
Functionconv_dyadic_integer
(link, larg, rarg)
jelly/interpreter.py:68
Functionconv_monadic_integer
(link, arg)
jelly/interpreter.py:82
Functionconvolve_power
(polynomial, exponent)
jelly/interpreter.py:96
Functiondeterminant
(matrix)
jelly/interpreter.py:106
Functiondistinct_sieve
(array)
jelly/interpreter.py:134
Functionfoldl
(*args)
jelly/interpreter.py:247
Functionfrom_exponents
(exponents)
jelly/interpreter.py:269
Functionfrom_factorial_base
(digits)
jelly/interpreter.py:275
next →1–100 of 150, ranked by callers