[www tom@zwizwa.be**20080822125334] hunk ./doc/staapl-ramblings.txt 35833 +Also note that a CPS style representation is actually better than a +nested lambda expression representation. + + hunk ./www/index.html 17 - concatenative macro language with partial evaluation, and a - 2-stack machine model. On top of + concatenative meta language that combines partial evaluation + and manual staging, targeting a 2-stack machine model. On top of hunk ./www/index.html 26 +
+Summarized, Staapl builds on: +
Staapl contains a preliminary port for the 12 and 14 bit PIC + cores, and I've been looking into porting staapl to dsPIC. While + Staapl's niche is microcontrollers, larger 32 bit machines are + intended to be supported through a C backend for which there is + preliminary code, to facilitate integration in heterogeneous + 32-bit/8-bit systems. + + hunk ./www/index.html 62 - idea behind Staapl metaprogramming for PLT Scheme. + idea behind Staapl metaprogramming for PLT Scheme. hunk ./www/index.html 97 - interested in adding backends for other architectures. Staapl - contains a preliminary port for the 12 and 14 bit PIC cores, and - I've been looking into porting staapl to dsPIC. While Staapl's niche - is microcontrollers, larger 32 bit machines are intended to be - supported through a C backend for which there is preliminary - code. For more information - please contact me directly. + interested in integration with existing development systems. + Additionally, I am looking for projects that allow the development + of backends for different machine architectures, and tune the + backend API to make this process as simple as possible. + + For more + information please contact + me directly. hunk ./www/sheep/index.html 1 -
+ +The Sheep
hunk ./www/sheep/index.html 4 +hunk ./www/sheep/index.html 9 -synthesis on a limited architecutre using a layered bottom-up -approach. +synthesis on a limited architecture using a layered bottom-up +approach. It can be seen as an example of how to ``squeeze'' an +application into a much smaller platform by slight modification of the +requirements.