Arc Forumnew | comments | leaders | submitlogin
Arc for Arm
3 points by natarajsn 5641 days ago | 5 comments
Hi

There is an implementation of Scheme language on Arm processors by name Armpit Scheme (http://armpit.sourceforge.net/).

Can we have project to port Arc in Arm ?



1 point by shader 5633 days ago | link

Neat idea. How would we go about starting said project? I suppose it would mean making some macros for arm assembly, and then implementing arc's primitives in those macros as opposed to scheme?

It sounds more like a compiler situation than an interpreted one.

-----

1 point by natarajsn 5602 days ago | link

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 5602 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.

-----

1 point by natarajsn 5634 days ago | link

I think it would be nice to port Arc to be embedded processors like Arm7, which use, presently, pure C and C++ for development.

-----

1 point by ltol 5572 days ago | link

Could get Arc on phones. Maybe iPod. Worth a try.

-----