⚠️ Warning: This is a draft ⚠️

This means it might contain formatting issues, incorrect code, conceptual problems, or other severe issues.

If you want to help to improve and eventually enable this page, please fork RosettaGit's repository and open a merge request on GitHub.

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. —[[User:Dkf|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! --[[User:Glennj|glennj]] 15:40, 31 July 2009 (UTC)