Talk:Execute SNUSP/Ruby

From Rosetta Code
Revision as of 14:36, 6 February 2010 by rosettacode>UnderBot (moved Talk:RCSNUSP/Ruby to Talk:Execute SNUSP/Ruby)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The problem with 'BangBang' is almost certainly due to output buffering and/or input blocking. I had to tinker with those to make it work for RCSNUSP/Tcl, guessing what assumptions the original describer of the language had for the I/O. —Donal Fellows 08:58, 31 July 2009 (UTC)

True. However, I just found the real problem: my threads are sharing references to the data pointer, not separate copies. D'oh! --glennj 15:40, 31 July 2009 (UTC)