artefaktur
software engineer &        architecture

 
 
 
 

ACDK Lisp


acdk_lisp contains a lisp interpreter, which can be used to control all ACDK objects.


Lisp has many talents for an embedded scripting language: It is simple in concepts, lean in implementation, flexible and dynamic. Popular applications embedding Lisp as macro language is for example Emacs or AutoCAD.

 acdk_lisp provides a free standing Lisp implementation with most common constructs, inluding  macros and  Object Oriented extension following the Common Lisp modell.

acdk_lisp is seamless integrated with ACDK C++. From inside the Lisp code any ACDK Class (implemented in C++, CfgScript or other DMI Implementations) can be accessed:


(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 contains a lisp interpreter, which can be used to control all ACDK objects.

acdk_lisp is a simple lisp interpreter which uses ACDK as underlying object implementation.

This is a generic installation for ACDK packages.

ACDK is available under the LGPL license.


Please refer also to:
 
Last modified 2005-05-08 18:26 by SYSTEM By Artefaktur, Ing. Bureau Kommer