Subject: Warnings from translate_file on defstruct.
From: Steve Stevenson
Date: Sat, 18 Aug 2012 11:36:30 -0400
I don't like to ignore warnings. Do defstructs get passed through
correctly or should I resort to Lisp?
translate_file("test.max");
test.max-----------------
defstruct( foo(a,b,c)) ;
test.UNLISP ---------------------------
This is the unlisp file for
/Users/steve/Development/Maxima-Lisp/LogicProject/test.max
warning: defstruct(foo(a,b,c)) is a special function without a full Lisp
translation.
warning: calling defstruct(foo(a,b,c)) in compiled code might not have the
desired effect.
--
D. E. (Steve) Stevenson
(Almost emeritus) Associate Professor
Director, Institute for Modeling and Simulation Applications.
Clemson University
steve at clemson dot edu