Arc Forumnew | comments | leaders | submitlogin
1 point by stefano 6084 days ago | link | parent

Some compilers are not metacircular, so you could skip the first part and pass directly to the second. The difficulty depends on the knowledge of the compiler you want to modify. Anyway, this seems a rather difficult task.


1 point by eds 6083 days ago | link

> The difficulty depends on the knowledge of the compiler you want to modify.

And since I don't know Scheme implementations that well, I'd appreciate any advice on which compilers might be suitable for this project.

-----

1 point by stefano 6083 days ago | link

Ikarus seems to be self-hosting.

-----