-
Notifications
You must be signed in to change notification settings - Fork 0
/
quotes.txt
39 lines (32 loc) · 953 Bytes
/
quotes.txt
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
; This is the test collection for quotes
; author: Daniel Vedder 25/06/2015
[Quote]
author: Benjamin Franklin
text: An investment in knowledge always pays the best interest.
tags: knowledge, inspiring
[Quote]
author: Mark Twain
text: The world does not owe you anything. It was here first.
tags: life, determination
[Quote]
author: Derek Bok
text: If you think education is expensive, try ignorance.
tags: knowledge, life
[Quote]
author: Robert Frost
text: In three words, I can sum up everything I have learnt about life:
it goes on.
tags: life, determination
[Quote]
author: Alan Perlis
text: We toast the Lisp programmer who pens his thoughts within
nests of parentheses.
tags: Lisp, programming, computers
[Quote]
author: Alan Perlis
text: Lisp programmers know the value of everything but the cost of nothing.
tags: programming, Lisp
[Quote]
author: Alan Perlis
text: Syntactic sugar causes cancer of the semicolon.
tags: programming