From e6931993d7193b60881d0303110974b6af6af852 Mon Sep 17 00:00:00 2001 From: Darren Bane Date: Fri, 21 Aug 2020 19:40:30 +0100 Subject: Some more ISLisp->CL examples --- doc/bane.20.cdr15.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'doc/bane.20.cdr15.md') diff --git a/doc/bane.20.cdr15.md b/doc/bane.20.cdr15.md index 36f07b5..d27fd47 100644 --- a/doc/bane.20.cdr15.md +++ b/doc/bane.20.cdr15.md @@ -20,13 +20,14 @@ and indeed it is only moderate work to port between them Write an ISLisp program, making the following adaptations: -| ISLisp | CL | -| ----------------- | ----------------- | -| for | do | -| quotient | / | -| create | make-instance | -| (class x) | (find-class 'x) | -| (standard-output) | *standard-output* | +| ISLisp | CL | +| ----------------- | ------------------- | +| (class x) | (find-class 'x) | +| create | make-instance | +| for | do | +| quotient | / | +| (standard-output) | *standard-output* | +| (while t b) | (loop while t do b) | ISLisp doesn't have the following features (and probably many more): -- cgit 1.4.1-2-gfad0 0da4c'>refs log tree commit diff stats
path: root/tests/unittests/test_jid.h
blob: 9b96d0b8fcb12300018816d0d365fd3a1f907a35 (plain) (blame)
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