forked from Wafelack/Ark.vim
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathark-dict
More file actions
176 lines (176 loc) · 1.73 KB
/
ark-dict
File metadata and controls
176 lines (176 loc) · 1.73 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
fun
let
mut
set
if
while
begin
import
del
list
append
append!
concat
concat!
pop
pop!
@=
@@=
sys:args
sys:platform
and
or
$undef
$symcat
$argcount
$repr
$as-is
+
-
*
/
>
<
<=
>=
!=
=
len
empty?
tail
head
nil?
assert
toNumber
toString
@
@@
mod
type
hasField
not
string:toLower
string:toUpper
string:reverse
string:slice
string:split
string:replace
string:join
switch
math:abs
math:even
math:odd
math:min
math:max
math:pow
math:sqrt
math:fibo
math:divs
math:log
math:log2
math:log10
math:floordiv
math:complex
math:complex-add
math:complex-sub
math:complex-mul
math:complex-conjugate
math:complex-module
math:complex-div
lazy:eval
exceptions:throw
exceptions:return
exceptions:try
range:range
range:forEach
range:filter
range:map
range:reduce
os:home_dir
test:case
test:expect
test:eq
test:neq
test:suite
list:forEach
list:product
list:sum
list:drop
list:dropWhile
list:filter
list:map
list:reduce
list:flatten
list:flatMap
list:take
list:takeWhile
list:unzip
list:zip
list:zipWithIndex
list:foldLeft
list:forAll
list:any
list:countIf
list:iterate
list:iota
list:chunkBy
functional:compose
functional:left
functional:right
functional:flip
events:manager:make
events:_check_valid
events:on
events:emitWith
events:emit
events:removeListenersOfType
string:format
string:find
string:removeAt
string:ord
string:chr
string:setAt
async
await
math:exp
math:ln
math:ceil
math:floor
math:round
math:NaN?
math:Inf?
math:cos
math:sin
math:tan
math:arccos
math:arcsin
math:arctan
math:cosh
math:sinh
math:tanh
math:acosh
math:asinh
math:atanh
random
print
puts
input
io:writeFile
io:appendToFile
io:readFile
io:readLinesFile
io:fileExists?
io:listFiles
io:dir?
io:makeDir
io:removeFiles
list:reverse
list:find
list:slice
list:sort
list:fill
list:setAt
sys:exec
sys:sleep
sys:exit
time