From: Shae M. E. <sh...@Sc...> - 2003-05-03 22:03:54
|
Derek Elkins <dd...@ho...> writes: >> Oh, right. Do you have a suggestion as to what the best thing to read >> is? Or is AFPLectureNotes.pdf as good as any? >> >> >> Ian > > Another one you may want to look at is "Functional Reactive Programming, > Continued" > (http://www.haskell.org/yale/papers/haskellworkshop02/index.html). > > We should be able to steal parts of the implementation with little or > no effort, but the more primitive parts will almost certainly need to be > rewritten. specifically, the rpSwitch combinator on page 55 I would guess all of the units could be collected into one dynamic collection, where they would be removed when they die, or added when they're created. the routing function would give each unit its own perception any comments? -- Shae Matijs Erisson - 2 days older than RFC0226 #haskell on irc.freenode.net - We Put the Funk in Funktion 10 PRINT "HELLO" 20 GOTO 10 ; putStr $ fix ("HELLO\n"++) |