Stephen Blackheath

Results 43 comments of Stephen Blackheath

Unfortunately reference counting isn't going to work because in the example I gave... ``` java Cell a1 = ...; Cell a2 = ...; Stream sChange = ...; Cell a =...

Maybe I'm missing something, but as far as I can see, "true" FRP can't be implemented in Javascript as long as there's no finalizer capability. This is worth lobbying Javascript...

I see exactly what you mean! You're onto something, and maybe this can be solved. I agree that tracking `hold`s should be the only issue here, and since we only...

Actually the Javascript problem and the C++ problem may not be quite the same because there's no garbage collector at all in C++ and so the reference held inside a...

`hold` is the only stateful combinator.

Those ones (such as `accum`) are written in terms of `hold`. Actually `lift` is another combinator that would be affected by these issues but the solution is no different to...

First off, sorry about being unresponsive. I did not get notified that you raised this, for some reason. I'd be happy to change that. I have quite a few changes...

If your language's compiler is able to tell you the source code location of the primitive, then that's great - you can use that. I have no preferences whatsoever on...

@ca11ado Yes, you're most welcome to do that. Please check your work in to the Git project alongside the original. (So that the original is the same as what's in...