-
-
Notifications
You must be signed in to change notification settings - Fork 246
/
test.clj
251 lines (218 loc) · 6.04 KB
/
test.clj
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
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
;;; font locking
(ns clojure-mode.demo
(:require
[oneword]
[seg.mnt]
[mxdCase]
[CmlCase]
[ve/yCom|pLex.stu-ff]))
(defn foo [x] x)
;; try to byte-recompile the clojure-mode.el when the face of 'fn' is 't'
(fn foo [x] x)
#_
;; the myfn sexp should have a comment face
(mysfn 101
foo
0 0i)
;; examples of valid namespace definitions
(comment
(ns .validns)
(ns =validns)
(ns .ValidNs=<>?+|?*.)
(ns ValidNs<>?+|?*.b*ar.ba*z)
(ns other.valid.ns)
(ns oneword)
(ns one.X)
(ns foo.bar)
(ns Foo.bar)
(ns Foo.Bar)
(ns foo.Bar)
(ns Foo-bar)
(ns Foo-Bar)
(ns foo-Bar))
(comment ;; for indentation
'some/symbol
(with-hi heya
somebuddy)
(deftoggle cap
gabba)
(couch/with-db hi
your-db)
(clo/defguppy gurgle
minnow))
;; character literals
[\a \newline \u0032 \/ \+ \,, \; \( \% \)]
;; TODO change font-face for sexps starting with @,#
(comment ;; examples
SCREAMING_UPPER_CASE
ve/yCom|pLex.stu-ff/.SCREAMING_UPPER_CASE
oneword
@oneword
#oneword
#^oneword ;; type-hint
.oneword
(oneword)
(oneword/oneword)
(oneword/seg.mnt)
(oneword/CmlCase)
(oneword/mxdCase)
(oneword/ve/yCom|pLex.stu-ff)
(oneword/.ve/yCom|pLex.stu-ff)
seg.mnt
@seg.mnt
#seg.mnt
#^seg.mnt ;; type-hint
.seg.mnt
(seg.mnt)
(seg.mnt/oneword)
(seg.mnt/seg.mnt)
(seg.mnt/CmlCase)
(seg.mnt/mxdCase)
(seg.mnt/ve/yCom|pLex.stu-ff)
(seg.mnt/.ve/yCom|pLex.stu-ff)
CmlCase
@CmlCase
#CmlCase
#^CmlCase ;; type-hint
.CmlCase
(CmlCase)
(CmlCase/oneword)
(CmlCase/seg.mnt)
(CmlCase/CmlCase)
(CmlCase/mxdCase)
(CmlCase/ve/yCom|pLex.stu-ff)
(CmlCase/.ve/yCom|pLex.stu-ff)
mxdCase
@mxdCase
#mxdCase
#^mxdCase ;; type-hint
.mxdCase
(mxdCase)
(mxdCase/oneword)
(mxdCase/seg.mnt)
(mxdCase/CmlCase)
(mxdCase/mxdCase)
(mxdCase/ve/yCom|pLex.stu-ff)
(mxdCase/.ve/yCom|pLex.stu-ff)
ve/yCom|pLex.stu-ff
@ve/yCom|pLex.stu-ff
#ve/yCom|pLex.stu-ff
#^ve/yCom|pLex.stu-ff ;; type-hint
.ve/yCom|pLex.stu-ff
(ve/yCom|pLex.stu-ff)
(ve/yCom|pLex.stu-ff/oneword)
(ve/yCom|pLex.stu-ff/seg.mnt)
(ve/yCom|pLex.stu-ff/CmlCase)
(ve/yCom|pLex.stu-ff/mxdCase)
(ve/yCom|pLex.stu-ff/ve/yCom|pLex.stu-ff)
(ve/yCom|pLex.stu-ff/.ve/yCom|pLex.stu-ff)
::foo
:_::_:foo
:_:_:foo
:foo/:bar
::_:foo
::_:_:foo
:_:_:foo/_
:_:_:foo/bar
:_:_:foo/bar/eee
:_:_:foo/bar_:foo
:_:_:foo/bar_:_:foo
;; :_::_:foo/ ; invalid
;; :_::_:foo/: ; invalid
;; :_::_:foo/_ ; invalid
;; :_::_:foo/bar ; invalid
;; :_:_:foo/ ; invalid
;; :_:_:foo/: ; invalid
;; :::foo ; invalid
;; :_::foo ; invalid
;; :_:_:foo/: ; invalid
;; :_:_:foo/_: ; invalid
;; :_:_:foo/bar_: ; invalid
;; :_:_:foo/bar_::_:foo ; invalid
;; :foo/::bar ; invalid
:oneword
{:oneword 0}
;; {:@oneword 0} ; not allowed
{:#oneword 0}
{:.oneword 0}
{:oneword/oneword 0}
{:oneword/seg.mnt 0}
{:oneword/CmlCase 0}
{:oneword/mxdCase 0}
{:oneword/ve/yCom|pLex.stu-ff 0}
{:oneword/.ve/yCom|pLex.stu-ff 0}
:1oneword
:ns/1word
:1ns/word
:1ns/1word
{:seg.mnt 0}
;; {:@seg.mnt 0} ; not allowed
{:#seg.mnt 0}
{:.seg.mnt 0}
{:seg.mnt/oneword 0}
{:seg.mnt/seg.mnt 0}
{:seg.mnt/CmlCase 0}
{:seg.mnt/mxdCase 0}
{:seg.mnt/ve/yCom|pLex.stu-ff 0}
{:seg.mnt/.ve/yCom|pLex.stu-ff 0}
:CmlCase
{:CmlCase 0}
;; {:@CmlCase 0} ; not allowed
{:#CmlCase 0}
{:.CmlCase 0}
{:CmlCase/oneword 0}
{:CmlCase/seg.mnt 0}
{:CmlCase/CmlCase 0}
{:CmlCase/mxdCase 0}
{:CmlCase/ve/yCom|pLex.stu-ff 0}
{:CmlCase/.ve/yCom|pLex.stu-ff 0}
:mxdCase
{:mxdCase 0}
;; {:@mxdCase 0} ; not allowed
{:#mxdCase 0}
{:.mxdCase 0}
{:mxdCase/oneword 0}
{:mxdCase/seg.mnt 0}
{:mxdCase/CmlCase 0}
{:mxdCase/mxdCase 0}
{:mxdCase/ve/yCom|pLex.stu-ff 0}
{:mxdCase/.ve/yCom|pLex.stu-ff 0}
:ve/yCom|pLex.stu-ff
{:ve/yCom|pLex.stu-ff 0}
;; {:@ve/yCom|pLex.stu-ff 0} ; not allowed
{:#ve/yCom|pLex.stu-ff 0}
{:.ve/yCom|pLex.stu-ff 0}
{:ve/yCom|pLex.stu-ff 0}
{:ve/yCom|pLex.stu-ff/oneword 0}
{:ve/yCom|pLex.stu-ff/seg.mnt 0}
{:ve/yCom|pLex.stu-ff/CmlCase 0}
{:ve/yCom|pLex.stu-ff/mxdCase 0}
{:ve/yCom|pLex.stu-ff/ve/yCom|pLex.stu-ff 0}
{:ve/yCom|pLex.stu-ff/.ve/yCom|pLex.stu-ff 0}
)
;; metadata doesn't break docstrings
(defn max
"Returns the greatest of the nums."
{:added "1.0"
:inline-arities >1?
:inline (nary-inline 'max)}
([x] x)
([x y] (. clojure.lang.Numbers (max x y)))
([x y & more]
(reduce1 max (max x y) more)))
;; definitions with metadata only don't cause freezing
(def ^String)
(defmulti multi (fn [a _] a))
(defmethod multi :test [_ b] b)
(defmethod multi :best [_ b] b)
(defn ^String reverse
"Returns s with its characters reversed."
{:added "1.2"}
[^CharSequence s]
(.toString (.reverse (StringBuilder. s))))
;; useful for testing docstring filling
(defn say-hello
"This is a long doc string to test clojure-fill-docstring. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus sed nunc luctus leo ultricies semper. Nullam id tempor mi. Cras adipiscing scelerisque purus, at semper magna tincidunt ut. Sed eget dolor vitae enim feugiat porttitor. Etiam vulputate pulvinar lacinia. Nam vitae nisl sit amet libero pulvinar pretium nec a dui. Ut luctus elit eu nulla posuere nec feugiat ipsum vehicula. Quisque eu pulvinar neque. Fusce fermentum adipiscing mauris, sit amet accumsan ante dignissim ac. Pellentesque molestie mollis condimentum.
Etiam commodo nulla id risus convallis pharetra. Integer dapibus, eros vitae vehicula rhoncus, nisl lorem ornare magna, eu vehicula justo nunc ac nunc. In dolor sem, vulputate eget vulputate id, euismod eu ligula. Nullam elit augue, ultrices ut pretium vel, bibendum sit amet est. Curabitur vulputate arcu vitae neque adipiscing vel commodo ante faucibus. Cras tempor placerat erat. Sed ultrices faucibus sodales. Vestibulum sollicitudin consectetur mauris, nec mollis quam accumsan ultrices. Vestibulum tincidunt libero a lectus condimentum et fermentum diam eleifend. Nam accumsan interdum neque nec aliquet. Praesent feugiat dui at est rhoncus lacinia."
[]
(println "Hello, World!"))