Re: ARM Updates
- Posted by jimcbrown (admin) Apr 08, 2013
- 2532 views
Yes there is a version of eubins that run up to 4% of sanity.ex that's the best I got up to now. It fail at the poke, peek test.
But Python can't do poke/peek at all - http://mail.python.org/pipermail/cplusplus-sig/2010-October/015792.html
If you actually need that functionality, I can write up a small C lib that'll do it for you.
The poke / peek issue goes deeper than that, though, since it's a critical part of how the front end of the interpreter communicates with the back end.
Matt
Based on the fact that he was able to get to the point of failing with std/map.eissues during a translation attempt, I suspect that this part is working fine. That is, peek()/poke() doesn't work from Euphoria code run by the eubin, but the front-backend communication is functional.