Arc Forumnew | comments | leaders | submitlogin
Better patch to make arc work with mzscheme 372
11 points by elibarzilay 5923 days ago | 1 comment
The arc compiler plants many `'nil's to avoid empty bodies. This patch avoids this, and this solves the problem with 372.

Get it at http://tmp.barzilay.org/arc-patch



5 points by patchmaster 5923 days ago | link

Thanks for the patch.

I think you reversed the original and modified versions, so I had to apply the patch using "patch -R".

-----