annotate paste/paste.11710 @ 8427:1fc808cd5b1f

<b_jonas> learn can\'t is the most frequent word whose pronunciation varies between /\xc9\x91\xcb\x90/ and /\xc3\xa6/ depending on dialect. The list is: advance after answer ask aunt brass can\'t cast castle chance class command dance demand draft enhance example fast father glass graph grass half last laugh mask master nasty pass past path plant rather sample shan\'t staff task vast
author HackBot
date Thu, 09 Jun 2016 21:28:47 +0000
parents e037173e0012
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e037173e0012 Initial import.
HackBot
parents:
diff changeset
1 2007-07-08.txt:23:22:20: <ehird> GregorR, the only way i can think of is a big gigantic loop with lots of nested ifs to check for an "address", then splitting functions into multiple parts at function calls to work around no continuations/gotos
e037173e0012 Initial import.
HackBot
parents:
diff changeset
2 2007-07-08.txt:23:46:53: <ehird> GregorR, oh -- so actually the function code is duplicated for each call?
e037173e0012 Initial import.
HackBot
parents:
diff changeset
3 2007-10-31.txt:15:12:55: <ehird`> GregorR: that try/catch idea for thick functions is good but it doesn't help you vanquish thick/thin functions
e037173e0012 Initial import.
HackBot
parents:
diff changeset
4 2008-04-28.txt:22:24:38: <ehird_> <GregorR> My 'if' is actually a function, your 'if' is a language intrinsic. Language intrinsics suck. QED.
e037173e0012 Initial import.
HackBot
parents:
diff changeset
5 2008-04-28.txt:22:34:54: <pikhq> ehird_: You know, Gregor's if(x, y, else, z) is just the natural result of doing C-esque syntax with everything as a function. ;)
e037173e0012 Initial import.
HackBot
parents:
diff changeset
6 2008-10-31.txt:15:45:03: <ehird> GregorR: Perhaps you should just make a really basic scheme making function so I could just hack up something with it without actually recoding the entire thing. :-P
e037173e0012 Initial import.
HackBot
parents:
diff changeset
7 2008-10-31.txt:22:41:25: <ehird> GregorR: c1.concat is not a function