Viewing profile — phsoftnet
phsoftnet
HN member- Joined
- Fri, Aug 14, 2009, 1:01 PM UTC
- HN karma
- 4
- Public activity
- 6 items
- HN profile
- View on Hacker News ↗
About phsoftnet
No profile information was provided.
Recent public activity
-
comment
Comment #1926077
size_t strlen(char *s) { size_t i = 0; while(*s++) i++; return i; }
-
comment
Comment #1469430
Yes you're right hehe. less powerful version of Lisp? that's weird but oh well ..
-
comment
Comment #1465360
Equally cryptic to perl syntax imo..
-
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…
-
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 } } }
-
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…