dramaticus3's comments

dramaticus3 | 14 years ago | on: "Hello World" in Dart, compiled to JavaScript

That's dynamically loaded, try it with the runtime

    $ gcc hello.c
    $ ls -l a.out
    -rwxr-xr-x 1 maht maht 4511 Oct 11 16:38 a.out
    $ gcc --static hello.c
    $ ls -l a.out
    -rwxr-xr-x 1 maht maht 574106 Oct 11 16:38 a.out

dramaticus3 | 14 years ago | on: Introduction to sed

Turn on locale UTF-8 for GNU software before benchmarking it to compare with Plan9 software.

GNU stuff gets a speed improvement from assuming single byte characters.

dramaticus3 | 14 years ago | on: Overview of Text Editors for Programming on the Mac

There's so much more to Acme than piping. Actions based on regex matching via the plumber for a start. Menus you can type / keep in a text file anywhere you like. No stupid colour syntax highlighting or pointless fancy shit.
page 1