Function to convert function to list in CLOS. Is it possible?

48 Views Asked by At

Is that possible to convert code to a list in CLOS? That is; is it possible to build a function that takes an argument f, which should be a function or method, and converts it to a List?

The goal would be to visit the list elements in the same way the Design Pattern Visitor is used to visit the nodes of the Abstract Syntax Tree of a function during compilation.

0

There are 0 best solutions below