2005年5月9日
--
down ACDK
down Handbook
down Packages
down ACDK Lisp
down Readme
down acdk_lisp Man
down Installation
down License
Kindly hosted at:
SourceForge.net Logo
(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"))
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.