Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DennisMitchell/jellylanguage
/ functions
Functions
150 in github.com/DennisMitchell/jellylanguage
⨍
Functions
150
◇
Types & classes
2
↓ 148 callers
Function
iterable
(argument, make_copy = False, make_digits = False, make_range = False)
jelly/interpreter.py:373
↓ 30 callers
Function
variadic_link
(link, args, flat = False, lflat = False, rflat = False)
jelly/interpreter.py:1259
↓ 24 callers
Function
jellify
(element, dirty = False)
jelly/interpreter.py:464
↓ 22 callers
Function
dyadic_link
(link, args, conv = True, lflat = False, rflat = False)
jelly/interpreter.py:193
↓ 15 callers
Function
overload
(operators, *args)
jelly/interpreter.py:720
↓ 13 callers
Function
arities
(links)
jelly/interpreter.py:20
↓ 13 callers
Function
niladic_link
(link)
jelly/interpreter.py:686
↓ 10 callers
Function
from_base
(digits, base)
jelly/interpreter.py:250
↓ 8 callers
Function
join
(array, glue)
jelly/interpreter.py:480
↓ 8 callers
Function
to_base
(integer, base, bijective = False)
jelly/interpreter.py:1148
↓ 7 callers
Function
create_chain
(chain, arity = -1, isForward = True)
jelly/interpreter.py:55
↓ 7 callers
Function
depth
(link)
jelly/interpreter.py:121
↓ 7 callers
Function
div
(dividend, divisor, floor = False)
jelly/interpreter.py:112
↓ 7 callers
Function
monadic_link
(link, arg, flat = False, conv = True)
jelly/interpreter.py:631
↓ 7 callers
Function
quickchain
(arity, min_length)
jelly/interpreter.py:897
↓ 6 callers
Function
python_eval
(string, dirty = True)
jelly/interpreter.py:890
↓ 5 callers
Function
enumerate_md
(array, upper_level = [])
jelly/interpreter.py:214
↓ 5 callers
Function
output
(argument, end = '', transform = stringify)
jelly/interpreter.py:1303
↓ 4 callers
Function
jelly_eval
(code, arguments)
jelly/interpreter.py:421
↓ 4 callers
Function
leading_nilad
(chain)
jelly/interpreter.py:494
↓ 4 callers
Function
loop_until_loop
(link, args, return_all = False, return_loop = False, vary_rarg = True)
jelly/interpreter.py:500
↓ 4 callers
Function
monadic_chain
(chain, arg)
jelly/interpreter.py:588
↓ 4 callers
Function
partition_at
(booleans, array, border = 1)
jelly/interpreter.py:809
↓ 4 callers
Function
split_rolling
(array, width)
jelly/interpreter.py:1041
↓ 4 callers
Function
to_case
(argument, lower = False, swap = False, title = False, upper = False)
jelly/interpreter.py:1173
↓ 3 callers
Function
Pi
(number)
jelly/interpreter.py:859
↓ 3 callers
Function
flatten
(argument)
jelly/interpreter.py:238
↓ 3 callers
Function
jelly_uneval_real
(number)
jelly/interpreter.py:460
↓ 3 callers
Function
max_arity
(links)
jelly/interpreter.py:530
↓ 3 callers
Function
multiset_difference
(left, right)
jelly/interpreter.py:643
↓ 3 callers
Function
reduce_simple
(array, link, *init)
jelly/interpreter.py:925
↓ 3 callers
Function
simplest_number
(number)
jelly/interpreter.py:289
↓ 3 callers
Function
sparse
(link, args, indices, indices_literal = False)
jelly/interpreter.py:963
↓ 3 callers
Function
split_at
(array, needle)
jelly/interpreter.py:985
↓ 3 callers
Function
split_fixed
(array, width)
jelly/interpreter.py:1006
↓ 3 callers
Function
trim
(trimmee, trimmer, left = False, right = False)
jelly/interpreter.py:1131
↓ 3 callers
Function
variadic_chain
(chain, args)
jelly/interpreter.py:1242
↓ 3 callers
Function
zip_ragged
(array)
jelly/interpreter.py:1311
↓ 2 callers
Function
bounce
(array)
jelly/interpreter.py:43
↓ 2 callers
Function
copy_to
(atom, value)
jelly/interpreter.py:102
↓ 2 callers
Function
dyadic_chain
(chain, args)
jelly/interpreter.py:155
↓ 2 callers
Function
extremes
(min_or_max, link, array)
jelly/interpreter.py:225
↓ 2 callers
Function
index_of
(haystack, needle)
jelly/interpreter.py:383
↓ 2 callers
Function
last_input
()
jelly/interpreter.py:489
↓ 2 callers
Function
matrix_to_list
(matrix)
jelly/interpreter.py:527
↓ 2 callers
Function
niladic_chain
(chain)
jelly/interpreter.py:679
↓ 2 callers
Function
ntimes
(links, args, cumulative = False)
jelly/interpreter.py:689
↓ 2 callers
Function
rld
(runs)
jelly/interpreter.py:937
↓ 2 callers
Function
rotate_left
(array, units)
jelly/interpreter.py:943
↓ 2 callers
Function
split_evenly
(array, chunks)
jelly/interpreter.py:995
↓ 2 callers
Function
split_suffix
(array)
jelly/interpreter.py:1051
↓ 2 callers
Function
unicode_to_jelly
(string)
jelly/interpreter.py:1222
↓ 2 callers
Function
while_loop
(link, condition, args, cumulative = False)
jelly/interpreter.py:1270
↓ 1 callers
Function
_make_tie
()
jelly/interpreter.py:1107
↓ 1 callers
Function
at_index
(index, array)
jelly/interpreter.py:23
↓ 1 callers
Function
at_index_ndim
(indices, array)
jelly/interpreter.py:33
↓ 1 callers
Function
convolve
(left, right)
jelly/interpreter.py:88
↓ 1 callers
Function
create_literal
(string)
jelly/interpreter.py:62
↓ 1 callers
Function
diagonals
(matrix)
jelly/interpreter.py:128
↓ 1 callers
Function
dot_product
(left, right, truncate = False)
jelly/interpreter.py:141
↓ 1 callers
Function
equal
(array)
jelly/interpreter.py:221
↓ 1 callers
Function
filter_array
(sand, mesh, is_in = True)
jelly/interpreter.py:234
↓ 1 callers
Function
find_hash
utils/findhash2.c:23
↓ 1 callers
Function
from_diagonals
(diagonals)
jelly/interpreter.py:256
↓ 1 callers
Function
group_equal
(array)
jelly/interpreter.py:348
↓ 1 callers
Function
indices_md
(array, upper_level = [])
jelly/interpreter.py:395
↓ 1 callers
Function
integer_partitions
(n, I=1)
jelly/interpreter.py:729
↓ 1 callers
Function
is_string
(argument)
jelly/interpreter.py:416
↓ 1 callers
Function
isqrt
(number)
jelly/interpreter.py:404
↓ 1 callers
Function
jelly_uneval
(argument, top = True)
jelly/interpreter.py:441
↓ 1 callers
Function
lazy_import
(names)
jelly/utils.py:13
↓ 1 callers
Function
lcm
(x, y)
jelly/interpreter.py:497
↓ 1 callers
Function
main
(code, args, end)
jelly/__init__.py:5
↓ 1 callers
Function
mold
(content, shape)
jelly/interpreter.py:578
↓ 1 callers
Function
multiset_union
(left, right)
jelly/interpreter.py:662
↓ 1 callers
Function
neighbors
(links, array)
jelly/interpreter.py:736
↓ 1 callers
Function
nfind
(links, args)
jelly/interpreter.py:516
↓ 1 callers
Function
parse_code
(code)
jelly/interpreter.py:751
↓ 1 callers
Function
partitions
(array)
jelly/interpreter.py:741
↓ 1 callers
Function
permutation_index
(array)
jelly/interpreter.py:846
↓ 1 callers
Function
reduce
(links, outmost_links, index, arity = 1)
jelly/interpreter.py:917
↓ 1 callers
Function
split_around
(array, needle)
jelly/interpreter.py:971
↓ 1 callers
Function
split_fixed_out
(array, width)
jelly/interpreter.py:1012
↓ 1 callers
Function
split_key
(control, data)
jelly/interpreter.py:1016
↓ 1 callers
Function
split_prefix
(array)
jelly/interpreter.py:1037
↓ 1 callers
Function
split_rolling_out
(array, width)
jelly/interpreter.py:1047
↓ 1 callers
Function
sss
(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
Function
base_decompression
(integer, digits)
jelly/interpreter.py:39
Function
carmichael
(n)
jelly/interpreter.py:46
Function
conv_dyadic_integer
(link, larg, rarg)
jelly/interpreter.py:68
Function
conv_monadic_integer
(link, arg)
jelly/interpreter.py:82
Function
convolve_power
(polynomial, exponent)
jelly/interpreter.py:96
Function
determinant
(matrix)
jelly/interpreter.py:106
Function
distinct_sieve
(array)
jelly/interpreter.py:134
Function
foldl
(*args)
jelly/interpreter.py:247
Function
from_exponents
(exponents)
jelly/interpreter.py:269
Function
from_factorial_base
(digits)
jelly/interpreter.py:275
next →
1–100 of 150, ranked by callers