Chapter 2. Usage

Table of Contents

Symbols
Class
Methods
Overload Resolution
Setter Methods
defmethod
Operators
Static Methods
Constants
Member variables
Garbage Collection
Saving a Core Image
SBCL
Clozure CL

Symbols

C++ names are converted to Lisp symbols by converting camelCase to camel-case. Underscores #\_ are replaced with #\- and a leading uppercase K or Q is removed.

E.g.: QHelloWorld_foo becomes hello-world-foo.