file i/o in a variety of languages

simendsjo simen.endsjo at pandavre.com
Fri Aug 27 12:31:09 PDT 2010


On 27.08.2010 20:27, Andrei Alexandrescu wrote:
> On 8/27/10 11:25 PDT, Walter Bright wrote:
>> Trass3r wrote:
>>>> D doesn't look half bad:
>>>
>>> Yeah that comment about Go says it all:
>>>
>>>> It's rather amazing that given 30 years of evolution and language
>>>> design, they've still managed to invent a new language that's as hard
>>>> to write error-checking code in as C. Even Java's less verbose! – DK
>>
>> Here's the Go example. I think Go has made a serious error in centering
>> their design around error codes.
>> ----------------------------------------
>> package main
>>
>> import (
>> "os"
>> "bufio"
>> "log"
>> )
>>
>> func main() {
> [post abruptly ends here with a header dump]
>
> Is it my thunderbird installation, or does everybody see a chopped message?
>
> Thanks,
>
> Andrei

Work's on Thunderbird 3.1.2 on Win7


More information about the Digitalmars-d mailing list