Next Prev Up Top Contents Index

2.1 Immediate types

The immediate types are the basic types used by the FLI to convert between Lisp and a foreign language. FLI immediate types shows the immediate types of the FLI.

FLI immediate types

:boolean

:lisp-double-float

:byte

:lisp-float

:char

:lisp-single-float

:const

:long

:double

:pointer

:enum

:short

:float

:signed

:int

:unsigned

For details on each immediate type, see the relevant reference entry.

2.1.1 Integral types

2.1.2 Floating point types

2.1.3 Character types

2.1.4 Boolean types

2.1.5 Pointer types


LispWorks Foreign Language Interface User Guide and Reference Manual - 14 Dec 2001

Next Prev Up Top Contents Index