(defun foo (string1 string2) (setf sb (new 'acdk.lang.StringBuffer string1)) ; this is the ordinary C++ class (sb 'append string2) ) ((peek-static 'acdk.lang.System 'out) 'println (foo "Hello " "ACDK")) |
Sub chapter pages:
ACDK Lisp (acdk_lisp) acdk_lisp is a simple lisp interpreter which uses ACDK as underlying object implementation. ACDK General installation notice This is a generic installation for ACDK packages. ACDK is available under the LGPL license. |