Statically allocated and scheduled functional language

Kellom{ki Pertti <pk@korppi.cs.tut.fi>
23 May 2002 01:47:29 -0400

          From comp.compilers

Related articles
Statically allocated and scheduled functional language pk@korppi.cs.tut.fi (Kellom{ki Pertti) (2002-05-23)
| List of all articles for this month |

From: Kellom{ki Pertti <pk@korppi.cs.tut.fi>
Newsgroups: comp.compilers
Date: 23 May 2002 01:47:29 -0400
Organization: Tampere University of Technology
Keywords: design, functional
Posted-Date: 23 May 2002 01:47:29 EDT

I am playing around with the idea of implementing a statically
allocated and scheduled parallel functional language for hard
real-time embedded systems. I know of SAFL, which is a statically
allocated functional language for hardware design, but are there other
systems I should be aware of?


The big idea is to provide the programmer with an illusion of
lightweight threads so that one could e.g. write a thread to poll a
single pin in a microcontroller, and to implement the threads by
interleaving their computations at compile time into a single
imperative program.
--
Pertti Kellom\"aki, Tampere Univ. of Technology, Software Systems Lab


Post a followup to this message

Return to the comp.compilers page.
Search the comp.compilers archives again.