Projects Forum
Download latest build of this project:
Size: 40.91kb
| Revision | Operations | |
|---|---|---|
| 13/09/2010 - 16:14 by Ruben | current revision | |
| 13/09/2010 - 16:12 by Ruben | ||
| 13/09/2010 - 16:09 by Ruben Initial release | ||
XMOS BIT Scheme is a Scheme interpreter for XMOS chips. It is byte code based, in order to reduce memory size to fit inside the available 64KB of memory. The interpreter exploits the multi-threaded nature of this architecture by running multiple interpreters in parallel, concretely one interpreter on each core. In addition, each interpreter contains abstractions to manage this concurrency and to exploit features speciļ¬c of the XMOS hardware. Such abstractions include sending messages between interpreters over channels, performing IO, using timers. Concretely, XMOS BIT Scheme enables an event-driven style for programming multi-core embedded systems in Scheme. More information can be found on http://xmos-vub.blogspot.com .
This project is big enough to have its own website - click here to view it.
