Arc Forumnew | comments | leaders | submitlogin
1 point by natarajsn 5617 days ago | link | parent

Hi

Sure. It seems to be a compiler situation. How different are Arc and Scheme? Give me some tips to start off implementing arc's primitives.



1 point by CatDancer 5616 days ago | link

The first step would be to read and understand arc2/ac.scm, which is an MzScheme program which translates Arc code into MzScheme.

Then you could look at if ac.scm is using any MzScheme features that Armpit Scheme doesn't have.

-----