-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME
73 lines (54 loc) · 3.13 KB
/
README
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
---------------------------------------------------------------------
Copyright (C) 1993 Christian-Albrechts-Universitaet zu Kiel, Germany
---------------------------------------------------------------------
Projekt : APPLY - A Practicable And Portable Lisp Implementation
------------------------------------------------------
Funktion : README for CLiCC
$Revision: 1.8 $
$Id: README,v 1.8 1994/06/23 14:59:01 hk Exp $
------------------------------------------------------------------
CLiCC is a Common Lisp to C Compiler. It generates C-executables
from Common Lisp application programs. CLiCC is not a Common Lisp
system. Hence it does not include any program development or
debugging support. CLiCC is intended to be used as an addon to
existing Common Lisp systems for generating portable applications.
CLiCC supports a subset of Common Lisp + CLOS, which we call CL_0
(CommonLisp_0). CL_0 is a strict and very large subset of full
Common Lisp + CLOS, without (EVAL ...) and friends. At present,
CL_0 is based on CLtL1, but we are working towards CLtL2 and
ANSI-CL.
The target language is a subset of C. CLiCC is adaptable to gene-
rate ANSI-C or K&R-C by using a compiler option. The generated C
code is compilable using a conventional C compiler on the target
machine, and must be linked with the CLiCC runtime library in
order to generate executables.
-----------------------------------------------------------------
CLiCC is available via anonymous ftp from
ftp.informatik.uni-kiel.de (134.245.15.114)
file: kiel/apply/clicc-0.6.4.tar.gz
-----------------------------------------------------------------
See at the file COPYRIGHT for copyright and warranty conditions.
The file INSTALL describes the installation of CLiCC and the file
src/compiler/README describes how to use the compiler. Check the
file NOTES for details about this new release.
Look into the directory doc for papers about CL_0, the generated
C code, the used intermediate representation of programs, and the
migration of Common Lisp programs to CL_0.
If you have any problems using CLiCC, please contact us. Any
suggestions or ideas to improve CLiCC are welcome. We are very
interested in hearing about you, even if you just used CLiCC
successfully.
-----------------------------------------------------------------
Requests or comments regarding CLiCC should be send to:
Use one of the following addresses to contact us individually:
Wolfgang Goerigk, [email protected]
Ulrich Hoffmann, [email protected]
Heinz Knutzen, [email protected]
Christian-Albrechts-Universitaet zu Kiel,
Institut fuer Informatik und Praktische Mathematik
Preusserstr. 1-9
D-24105 Kiel, Germany
-----------------------------------------------------------------
(*) This work was supported by the German Federal Ministry for
Research and Technology (BMFT) within the joint project APPLY.