file i/o in a variety of languages

Robert Jacques sandford at jhu.edu
Fri Aug 27 11:38:20 PDT 2010


On Fri, 27 Aug 2010 14:27:27 -0400, Andrei Alexandrescu  
<SeeWebsiteForEmail at erdani.org> 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

My newsreader (Opera) reads it fine.


More information about the Digitalmars-d mailing list