Generate a R7RS program without any import
At this time, unsyntax will generate a R7RS program that has imports, it seems to me it would be easier if there was no imports at all and that the program could stand alone.
That is what Chez form called expand
does.
I think unsyntax has the potential to become the goto solution to implement a module system and macros.
What do you think?