-
Notifications
You must be signed in to change notification settings - Fork 164
/
lisp.txt
52 lines (31 loc) · 1.12 KB
/
lisp.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
40
41
42
43
44
45
46
47
48
49
50
51
LISP/SCHEME/CLOJURE APL/K(1992)
1958 mccarthy mit 1957 iverson harvard
artificial intelligence database/analytics
functional functional
dynamic typing dynamic typing
REPL REPL
lexical lexical
atom list map atom list map
sym char num bool sym char num datetime
constant prepend constant append&get&set
immutable immutable
compose recur compose recur
s-expression m-expression
(f(g(h x y))) f[g[h[x;y]]]
f g h[x;y]
noun verb adverb
(lambda(x)(+ 32(* 1.8 x))) {32+1.8*x}
32+1.8*
cons car , *
setq cond : $
map reduce ' /
+ - * / < > = min max + - * % < > = & |
length reverse member # | ?
APL -> K evolution
lambda 1973
cond 1973
operators 1979
map/reduce 1979
ascii(j&k) 1989
atom/list 1992
m-expressions 1992