Calling a Lisp function with no arguments
TranStruct[] res =
invokeInLisp
(1,
"cl:lisp-implementation-type");
res.length => 2
integerP(res[0]) => true intValue(res[0]) => 1
stringP(res[1]) => true stringValue(res[1])
=> "International Allegro CL Enterprise Edition"
Previous slide
Next slide
Back to first slide
View graphic version