reddit discussion on replacing Python in 0install

Walter Bright newshound2 at digitalmars.com
Wed Jun 12 11:08:59 PDT 2013


On 6/12/2013 9:02 AM, Steven Schveighoffer wrote:
> If you can demonstrate your theory, I will concede.  Until you do, don't expect
> any more responses, it's no use arguing when you don't understand the problem.

There's another reason it won't work. If there are 4 bytes of free space left on 
the drive:

void main() {
    writeln("foo");   // succeeds
    writeln("bar");   // silently fails
}


More information about the Digitalmars-d mailing list