Live data from Hacker News

Viewing profile — phsoftnet

phsoftnet

HN member
Joined
Fri, Aug 14, 2009, 1:01 PM UTC
HN karma
4
Public activity
6 items

About phsoftnet

No profile information was provided.

Recent public activity

  1. comment
    Comment #1926077

    size_t strlen(char *s) { size_t i = 0; while(*s++) i++; return i; }

  2. comment
    Comment #1469430

    Yes you're right hehe. less powerful version of Lisp? that's weird but oh well ..

  3. comment
    Comment #1465360

    Equally cryptic to perl syntax imo..

  4. comment
    Comment #1465356

    Yeah .. I have not faced this kind of wall until now but I get your point. The whole scripting language issue is a complicated one imo.. People want to either use 100% scripting or…

  5. comment
    Comment #1463528

    Why doesn't anyone ever mention my favorite language, Tcl? foreach line [read stdin] { foreach word [split $line] { if [string match *ing $word] { puts $word } } }

  6. comment
    Comment #762894

    I myself participated in the hacking cult noname123 refers to and i can clearly understand his statement. If you haven't been there, you just can't get it. "Get a `blog'" haha this…