Projects Forum
by Jamie
Download latest build of this project:
Size: 111.51kb
| Revision | Operations | |
|---|---|---|
| 18/10/2010 - 15:28 by Jamie | current revision | |
| 18/10/2010 - 13:25 by Jamie | ||
| 18/10/2010 - 13:14 by Jamie | ||
| 18/10/2010 - 12:59 by Jamie | ||
| 18/10/2010 - 12:58 by Jamie | ||
| 18/10/2010 - 12:57 by Jamie Initial release of version 1. | ||
This project is an implementation of a simple imperative programming language called sire that allows the creation and placement of processes across a system at runtime. It includes a complete compiler and accompanying runtime targeted at XS1 devices, but in particular the XMP-64.
In essence, a sire program is compiled into a binary that is loaded only onto node 0, core 0 but when it executes, it is able to transmit descriptions of processes to remote cores in the system and invoke their execution. This is provided in the language by the 'on' statement. For example, the statement 'on 5 do process()' is exactly the same as a regular call 'process()' except that it is executed on the remote core 5, leaving the original core free to get on with other work.
For more details on all of this, a readme file is included in with the source code explaining how to get started with the source code and there are two accompanying documents:
- sire language definition
- sire language implementation notes
This project is big enough to have its own website - click here to view it.

I'm happy for the source code
I'm happy for the source code to be used however. If there was interest it might be good idea to setup a public repository - for instance to do something more general with the compiler, but in terms of what I'm doing with it, it'll remain quite specific.
Awesome project
This is a fascinating project, I see it is opensourced, will you be putting it on github or similar for contributions (hopes)?
regards
Al
missing ext
Works now, was just missing the '.jsp' me thinks
Works for me
Works for me, I think it has been fixed :-)
404 on web site link
getting a "HTTP Status 404 - /pgrad/hanlon/projects/" on that web site link