lqml/cpp-lib/run.lisp
2022-01-22 17:49:00 +01:00

6 lines
116 B
Common Lisp

(defvar *cpp* (qload-c++ "cpp"))
(define-qt-wrappers *cpp*)
(print (hello *cpp* '(1 "two" (1.25 #(50 -50 75)))))