W
Willi
I have a problem, how to represent heterogeneous lists in C++. as
they exist in Lisp where you can have '(1 a (1 2 3)) for instance.
I'm implementing a Lisp compiler in C++ and this has me stuck. Short
of implementing a memory management system from scratch, I have no
idea how to go about doing this.
Any suggestions?!
Willi
they exist in Lisp where you can have '(1 a (1 2 3)) for instance.
I'm implementing a Lisp compiler in C++ and this has me stuck. Short
of implementing a memory management system from scratch, I have no
idea how to go about doing this.
Any suggestions?!
Willi