about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/bane.20.cdr15.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/bane.20.cdr15.md b/doc/bane.20.cdr15.md
index d999852..36f07b5 100644
--- a/doc/bane.20.cdr15.md
+++ b/doc/bane.20.cdr15.md
@@ -20,11 +20,13 @@ and indeed it is only moderate work to port between them
 
 Write an ISLisp program, making the following adaptations:
 
-* `for` becomes `do`
-* `quotient` becomes `/`
-* `create` becomes `make-instance`
-* `(class x)` becomes `(find-class 'x)`
-* `(standard-output)` becomes `*standard-output*`
+| ISLisp            | CL                |
+| ----------------- | ----------------- |
+| for               | do                |
+| quotient          | /                 |
+| create            | make-instance     |
+| (class x)         | (find-class 'x)   |
+| (standard-output) | *standard-output* |
 
 ISLisp doesn't have the following features (and probably many more):
 
me the previous revision' href='/gbmor/getwtxt/blame/svc/db.go?h=v0.4.12&id=1d9cef515a16602b7dc26b2fe06032b5e731b48e'>^
e9d4a6b ^




fdd9bd0 ^

439695f ^

439695f ^
a5a32e7 ^


439695f ^


a5a32e7 ^
78f4d8a ^
439695f ^


78f4d8a ^
e9d4a6b ^
439695f ^
439695f ^
439695f ^
1a15258 ^
439695f ^

fdd9bd0 ^








c8fddff ^

fdd9bd0 ^

1a15258 ^
c8fddff ^
e9d4a6b ^
c8fddff ^

930ef34 ^

e9d4a6b ^
c8fddff ^

fdd9bd0 ^
1a15258 ^
df8fa27 ^
c8fddff ^
c8fddff ^
e9d4a6b ^
df8fa27 ^
c8fddff ^
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