[plt-scheme] Futures!
On 04/12/2010 05:12 PM, Robby Findler wrote:
> Display is not future safe. (You saw the section in the guide right?
> That would have helped you understand your code.)
I did see the section. It did help me understand my code. I was just
being braindead when I posted that.
I suppose in the future more aspects of PLT will be made future safe, so
that it can do more transparent parallel processing, without having to
go and import scheme/fixnum and use fx+ and stuff. For now it's still
very impressive though.