Advertisement
Guest User

Larry Wall's quotes

a guest
Dec 12th, 2016
1,063
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.50 KB | None | 0 0
  1. ... Now the very thought of looking at Perl code scares me ...
  2.  
  3. This one is specially for Roman:
  4. ---------------------------------------------------------------------------
  5. Doing linear scans over an associative array is like trying to club
  6. someone to death with a loaded Uzi.
  7. ---------------------------------------------------------------------------
  8. All language designers are arrogant. Goes with the territory... :-)
  9. -- Larry Wall in <1991Jul13.010945.19157@netlabs.com
  10. %%
  11. Although the Perl Slogan is There's More Than One Way to Do It, I hesitate
  12. to make 10 ways to do something. :-)
  13. -- Larry Wall in <9695@jpl-devvax.JPL.NASA.GOV>
  14. %%
  15. And don't tell me there isn't one bit of difference between null and space,
  16. because that's exactly how much difference there is. :-)
  17. -- Larry Wall in <10209@jpl-devvax.JPL.NASA.GOV>
  18. %%
  19. "And I don't like doing silly things (except on purpose)."
  20. -- Larry Wall in <1992Jul3.191825.14435@netlabs.com>
  21. %%
  22. : And it goes against the grain of building small tools.
  23. Innocent, Your Honor. Perl users build small tools all day long.
  24. -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
  25. %%
  26. /* And you'll never guess what the dog had */
  27. /* in its mouth... */
  28. -- Larry Wall in stab.c from the perl source code
  29. %%
  30. Because . doesn't match \n. [\0-\377] is the most efficient way to match
  31. everything currently. Maybe \e should match everything. And \E would
  32. of course match nothing. :-)
  33. -- Larry Wall in <9847@jpl-devvax.JPL.NASA.GOV>
  34. %%
  35. Be consistent.
  36. -- Larry Wall in the perl man page
  37. %%
  38. Besides, including <std_ice_cubes.h> is a fatal error on machines that
  39. don't have it yet. Bad language design, there... :-)
  40. -- Larry Wall in <1991Aug22.220929.6857@netlabs.com>
  41. %%
  42. Besides, it's good to force C programmers to use the toolbox occasionally. :-)
  43. -- Larry Wall in <1991May31.181659.28817@jpl-devvax.jpl.nasa.gov>
  44. %%
  45. Besides, REAL computers have a rename() system call. :-)
  46. -- Larry Wall in <7937@jpl-devvax.JPL.NASA.GOV>
  47. %%
  48. break; /* don't do magic till later */
  49. -- Larry Wall in stab.c from the perl source code
  50. %%
  51. But you have to allow a little for the desire to evangelize when you
  52. think you have good news.
  53. -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
  54. %%
  55. Chip Salzenberg sent me a complete patch to add System V IPC (msg, sem and
  56. shm calls), so I added them. If that bothers you, you can always undefine
  57. them in config.sh. :-) -- Larry Wall in <9384@jpl-devvax.JPL.NASA.GOV>
  58. %%
  59. /* dbmrefcnt--; */ /* doesn't work, rats */
  60. -- Larry Wall in hash.c from the perl source code
  61. %%
  62. #define NULL 0 /* silly thing is, we don't even use this */
  63. -- Larry Wall in perl.c from the perl source code
  64. %%
  65. #define SIGILL 6 /* blech */
  66. -- Larry Wall in perl.c from the perl source code
  67. %%
  68. Does the same as the system call of that name.
  69. If you don't know what it does, don't worry about it.
  70. -- Larry Wall in the perl man page regarding chroot(2)
  71. %%
  72. double value; /* or your money back! */
  73. short changed; /* so triple your money back! */
  74. -- Larry Wall in cons.c from the perl source code
  75. %%
  76. Down that path lies madness. On the other hand, the road to hell is
  77. paved with melting snowballs.
  78. -- Larry Wall in <1992Jul2.222039.26476@netlabs.com>
  79. %%
  80. echo "Congratulations. You aren't running Eunice."
  81. -- Larry Wall in Configure from the perl distribution
  82. %%
  83. echo "Hmmm...you don't have Berkeley networking in libc.a..."
  84. echo "but the Wollongong group seems to have hacked it in."
  85. -- Larry Wall in Configure from the perl distribution
  86. %%
  87. echo "ICK, NOTHING WORKED!!! You may have to diddle the includes.";;
  88. -- Larry Wall in Configure from the perl distribution
  89. %%
  90. echo $package has manual pages available in source form.
  91. echo "However, you don't have nroff, so they're probably useless to you."
  92. -- Larry Wall in Configure from the perl distribution
  93. %%
  94. echo "Your stdio isn't very std."
  95. -- Larry Wall in Configure from the perl distribution
  96. %%
  97. #else /* !STDSTDIO */ /* The big, slow, and stupid way */
  98. -- Larry Wall in str.c from the perl source code
  99. %%
  100. [End of diatribe. We now return you to your regularly scheduled
  101. programming...]
  102. -- Larry Wall in Configure from the perl distribution
  103. %%
  104. Even if you aren't in doubt, consider the mental welfare of the person who
  105. has to maintain the code after you, and who will probably put parens in
  106. the wrong place. -- Larry Wall in the perl man page
  107. %%
  108. "Help save the world!" -- Larry Wall in README
  109. %%
  110. Hey, I had to let awk be better at *something*... :-)
  111. -- Larry Wall in <1991Nov7.200504.25280@netlabs.com>1
  112. %%
  113. I already have too much problem with people thinking the efficiency of
  114. a perl construct is related to its length. On the other hand, I'm
  115. perfectly capable of changing my mind next week... :-) --lwall
  116. %%
  117. I don't know if it's what you want, but it's what you get. :-)
  118. -- Larry Wall in <10502@jpl-devvax.JPL.NASA.GOV>
  119. %%
  120. I dunno, I dream in Perl sometimes...
  121. -- Larry Wall in <8538@jpl-devvax.JPL.NASA.GOV>
  122. %%
  123. If I allowed "next $label" then I'd also have to allow "goto $label",
  124. and I don't think you really want that... :-)
  125. -- Larry Wall in <1991Mar11.230002.27271@jpl-devvax.jpl.nasa.gov>
  126. %%
  127. If I don't document something, it's usually either for a good reason,
  128. or a bad reason. In this case it's a good reason. :-)
  129. -- Larry Wall in <1992Jan17.005405.16806@netlabs.com>
  130. %%
  131. "I find this a nice feature but it is not according to the documentation.
  132. Or is it a BUG?"
  133. "Let's call it an accidental feature. :-)"
  134. -- Larry Wall in <6909@jpl-devvax.JPL.NASA.GOV>
  135. %%
  136. if (instr(buf,sys_errlist[errno])) /* you don't see this */
  137. -- Larry Wall in eval.c from the perl source code
  138. %%
  139. if (rsfp = mypopen("/bin/mail root","w")) { /* heh, heh */
  140. -- Larry Wall in perl.c from the perl source code
  141. %%
  142. If you consistently take an antagonistic approach, however, people are
  143. going to start thinking you're from New York. :-)
  144. -- Larry Wall to Dan Bernstein in <10187@jpl-devvax.JPL.NASA.GOV>
  145. %%
  146. If you want to program in C, program in C. It's a nice language. I
  147. use it occasionally... :-)
  148. -- Larry Wall in <7577@jpl-devvax.JPL.NASA.GOV>
  149. %%
  150. If you want to see useful Perl examples, we can certainly arrange to have
  151. comp.lang.misc flooded with them, but I don't think that would help the
  152. advance of civilization. :-)
  153. -- Larry Wall in <1992Mar5.180926.19041@netlabs.com>
  154. %%
  155. If you want your program to be readable, consider supplying the argument.
  156. -- Larry Wall in the perl man page
  157. %%
  158. I know it's weird, but it does make it easier to write poetry in perl. :-)
  159. -- Larry Wall in <7865@jpl-devvax.JPL.NASA.GOV>
  160. %%
  161. I'll say it again for the logic impaired.
  162. -- Larry Wall
  163. %%
  164. I might be able to shoehorn a reference count in on top of the numeric
  165. value by disallowing multiple references on scalars with a numeric value,
  166. but it wouldn't be as clean. I do occasionally worry about that. --lwall
  167. %%
  168. I'm sure that that could be indented more readably, but I'm scared of
  169. the awk parser.
  170. -- Larry Wall in <6849@jpl-devvax.JPL.NASA.GOV>
  171. %%
  172. In general, if you think something isn't in Perl, try it out, because it
  173. usually is. :-)
  174. -- Larry Wall in <1991Jul31.174523.9447@netlabs.com>
  175. %%
  176. In general, they do what you want, unless you want consistency.
  177. -- Larry Wall in the perl man page
  178. %%
  179. Interestingly enough, since subroutine declarations can come anywhere,
  180. you wouldn't have to put BEGIN {} at the beginning, nor END {} at the
  181. end. Interesting, no? I wonder if Henry would like it. :-) --lwall
  182. %%
  183. I think it's a new feature. Don't tell anyone it was an accident. :-)
  184. -- Larry Wall on s/foo/bar/eieio in <10911@jpl-devvax.JPL.NASA.GOV>
  185. %%
  186. "It is easier to port a shell than a shell script."
  187. -- Larry Wall
  188. %%
  189. It is, of course, written in Perl. Translation to C is left as an
  190. exercise for the reader. :-) -- Larry Wall in <7448@jpl-devvax.JPL.NASA.GOV>
  191. %%
  192. It's all magic. :-)
  193. -- Larry Wall in <7282@jpl-devvax.JPL.NASA.GOV>
  194. %%
  195. It's documented in The Book, somewhere...
  196. -- Larry Wall in <10502@jpl-devvax.JPL.NASA.GOV>
  197. %%
  198. > (It's sorta like sed, but not. It's sorta like awk, but not. etc.)
  199. Guilty as charged. Perl is happily ugly, and happily derivative.
  200. -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
  201. %%
  202. It's there as a sop to former Ada programmers. :-)
  203. -- Larry Wall regarding 10_000_000 in <11556@jpl-devvax.JPL.NASA.GOV>
  204. %%
  205. It won't be covered in the book. The source code has to be useful for
  206. something, after all... :-)
  207. -- Larry Wall in <10160@jpl-devvax.JPL.NASA.GOV>
  208. %%
  209. : I've heard that there is a shell (bourne or csh) to perl filter, does
  210. : anyone know of this or where I can get it?
  211. Yeah, you filter it through Tom Christiansen. :-) -- Larry Wall
  212. %%
  213. : I've tried (in vi) "g/[a-z]\n[a-z]/s//_/"...but that doesn't
  214. : cut it. Any ideas? (I take it that it may be a two-pass sort of solution).
  215. In the first pass, install perl. :-)
  216. -- Larry Wall <6849@jpl-devvax.JPL.NASA.GOV>
  217. %%
  218. I won't mention any names, because I don't want to get sun4's into
  219. trouble... :-) -- Larry Wall in <11333@jpl-devvax.JPL.NASA.GOV>
  220. %%
  221. Just don't compare it with a real language, or you'll be unhappy... :-)
  222. -- Larry Wall in <1992May12.190238.5667@netlabs.com>
  223. %%
  224. Just don't create a file called -rf. :-)
  225. -- Larry Wall in <11393@jpl-devvax.JPL.NASA.GOV>
  226. %%
  227. last|perl -pe '$_ x=/(..:..)...(.*)/&&"'$1'"ge$1&&"'$1'"lt$2'
  228. That's gonna be tough for Randal to beat... :-)
  229. -- Larry Wall in <1991Apr29.072206.5621@jpl-devvax.jpl.nasa.gov>
  230. %%
  231. Let's say the docs present a simplified view of reality... :-)
  232. -- Larry Wall in <6940@jpl-devvax.JPL.NASA.GOV>
  233. %%
  234. Let us be charitable, and call it a misleading feature :-)
  235. -- Larry Wall in <2609@jato.Jpl.Nasa.Gov>
  236. %%
  237. Lispers are among the best grads of the Sweep-It-Under-Someone-Else's-Carpet
  238. School of Simulated Simplicity. [Was that sufficiently incendiary? :-)]
  239. -- Larry Wall in <1992Jan10.201804.11926@netlabs.com
  240. %%
  241. No, I'm not going to explain it. If you can't figure it out, you didn't
  242. want to know anyway... :-)
  243. -- Larry Wall in <1991Aug7.180856.2854@netlabs.com>
  244. %%
  245. /* now make a new head in the exact same spot */
  246. -- Larry Wall in cons.c from the perl source code
  247. %%
  248. OK, enough hype.
  249. -- Larry Wall in the perl man page
  250. %%
  251. OOPS! You naughty creature! You didn't run Configure with sh!
  252. I will attempt to remedy the situation by running sh for you...
  253. -- Larry Wall in Configure from the perl distribution
  254. %%
  255. Perl is designed to give you several ways to do anything, so
  256. consider picking the most readable one.
  257. -- Larry Wall in the perl man page
  258. %%
  259. Perl itself is usually pretty good about telling you what you shouldn't
  260. do. :-)
  261. -- Larry Wall in <11091@jpl-devvax.JPL.NASA.GOV>
  262. %%
  263. Perl programming is an *empirical* science!
  264. -- Larry Wall in <10226@jpl-devvax.JPL.NASA.GOV>
  265. %%
  266. pos += screamnext[pos] /* does this goof up anywhere? */
  267. -- Larry Wall in util.c from the perl source code
  268. %%
  269. Q. Why is this so clumsy?
  270. A. The trick is to use Perl's strengths rather than its weaknesses.
  271. -- Larry Wall in <8225@jpl-devvax.JPL.NASA.GOV>
  272. %%
  273. Randal said it would be tough to do in sed. He didn't say he didn't
  274. understand sed. Randal understands sed quite well. Which is why he
  275. uses Perl. :-) -- Larry Wall in <7874@jpl-devvax.JPL.NASA.GOV>
  276. %%
  277. Real programmers can write assembly code in any language. :-)
  278. -- Larry Wall in <8571@jpl-devvax.JPL.NASA.GOV>
  279. %%
  280. Remember though that
  281. THERE IS NO GENERAL RULE FOR CONVERTING A LIST INTO A SCALAR.
  282. -- Larry Wall in the perl man page
  283. %%
  284. s = (char*)(long)retval; /* ouch */
  285. -- Larry Wall in doio.c from the perl source code
  286. %%
  287. signal(i, SIG_DFL); /* crunch, crunch, crunch */
  288. -- Larry Wall in doarg.c from the perl source code
  289. %%
  290. Sorry. My testing organization is either too small, or too large, depending
  291. on how you look at it. :-)
  292. -- Larry Wall in <1991Apr22.175438.8564@jpl-devvax.jpl.nasa.gov>
  293. %%
  294. stab_val(stab)->str_nok = 1; /* what a wonderful hack! */
  295. -- Larry Wall in stab.c from the perl source code
  296. %%
  297. str->str_pok |= SP_FBM; /* deep magic */
  298. s = (unsigned char*)(str->str_ptr); /* deeper magic */
  299. -- Larry Wall in util.c from the perl source code
  300. %%
  301. Tactical? TACTICAL!?!? Hey, buddy, we went from kilotons to megatons
  302. several minutes ago. We don't need no stinkin' tactical nukes.
  303. (By the way, do you have change for 10 million people?) --lwall
  304. %%
  305. That means I'll have to use $ans to suppress newlines now.
  306. Life is ridiculous.
  307. -- Larry Wall in Configure from the perl distribution
  308. %%
  309. The autodecrement is not magical.
  310. -- Larry Wall in the perl man page
  311. %%
  312. The only disadvantage I see is that it would force everyone to get Perl.
  313. Horrors. :-)
  314. -- Larry Wall in <8854@jpl-devvax.JPL.NASA.GOV>
  315. %%
  316. *** The previous line contains the naughty word "$&".\n
  317. if /(ibm|apple|awk)/; # :-)
  318. -- Larry Wall in the perl man page
  319. %%
  320. There ain't nothin' in this world that's worth being a snot over.
  321. -- Larry Wall in <1992Aug19.041614.6963@netlabs.com>
  322. %%
  323. There are many times when you want it to ignore the rest of the string just
  324. like atof() does. Oddly enough, Perl calls atof(). How convenient. :-)
  325. -- Larry Wall in <1991Jun24.231628.14446@jpl-devvax.jpl.nasa.gov>
  326. %%
  327. There are probably better ways to do that, but it would make the parser
  328. more complex. I do, occasionally, struggle feebly against complexity... :-)
  329. -- Larry Wall in <7886@jpl-devvax.JPL.NASA.GOV>
  330. %%
  331. There are still some other things to do, so don't think if I didn't fix
  332. your favorite bug that your bug report is in the bit bucket. (It may be,
  333. but don't think it. :-) Larry Wall in <7238@jpl-devvax.JPL.NASA.GOV>
  334. %%
  335. There is, however, a strange, musty smell in the air that reminds me of
  336. something...hmm...yes...I've got it...there's a VMS nearby, or I'm a Blit.
  337. -- Larry Wall in Configure from the perl distribution
  338. %%
  339. "The road to hell is paved with melting snowballs."
  340. -- Larry Wall in <1992Jul2.222039.26476@netlabs.com>
  341. %%
  342. /* This bit of chicanery makes a unary function followed by
  343. a parenthesis into a function with one argument, highest precedence. */
  344. -- Larry Wall in toke.c from the perl source code
  345. %%
  346. "...this does not mean that some of us should not want, in a rather
  347. dispassionate sort of way, to put a bullet through csh's head."
  348. Larry Wall in <1992Aug6.221512.5963@netlabs.com>
  349. %%
  350. > This made me wonder, suddenly: can telnet be written in perl?
  351. Of course it can be written in Perl. Now if you'd said nroff,
  352. that would be more challenging... -- Larry Wall
  353. %%
  354. Though I'll admit readability suffers slightly...
  355. -- Larry Wall in <2969@jato.Jpl.Nasa.Gov>
  356. %%
  357. tmps_base = tmps_max; /* protect our mortal string */
  358. -- Larry Wall in stab.c from the perl source code
  359. %%
  360. Unix is like a toll road on which you have to stop every 50 feet to
  361. pay another nickel. But hey! You only feel 5 cents poorer each time.
  362. -- Larry Wall in <1992Aug13.192357.15731@netlabs.com>
  363. %%
  364. "We all agree on the necessity of compromise. We just can't agree on
  365. when it's necessary to compromise."
  366. -- Larry Wall in <1991Nov13.194420.28091@netlabs.com>
  367. %%
  368. /* we have tried to make this normal case as abnormal as possible */
  369. -- Larry Wall in cmd.c from the perl source code
  370. %%
  371. What about WRITING it first and rationalizing it afterwords? :-)
  372. -- Larry Wall in <8162@jpl-devvax.JPL.NASA.GOV>
  373. %%
  374. : 1. What is the possibility of this being added in the future?
  375. In the near future, the probability is close to zero. In the distant
  376. future, I'll be dead, and posterity can do whatever they like... :-) --lwall
  377. %%
  378. "What is the sound of Perl? Is it not the sound of a wall that
  379. people have stopped banging their heads against?"
  380. -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
  381. %%
  382. When in doubt, parenthesize. At the very least it will let some
  383. poor schmuck bounce on the % key in vi.
  384. -- Larry Wall in the perl man page
  385. %%
  386. "You can't have filenames longer than 14 chars.
  387. You can't even think about them!"
  388. -- Larry Wall in Configure from the perl distribution
  389. %%
  390. You have to admit that it's difficult to misplace the Perl sources. :-)
  391. -- Larry Wall in <1992Aug26.184221.29627@netlabs.com>
  392. %%
  393. Your csh still thinks true is false. Write to your vendor today and tell
  394. them that next year Configure ought to "rm /bin/csh" unless they fix their
  395. blasted shell. :-) -- Larry Wall in Configure from the perl distribution
  396. %%
  397. You want it in one line? Does it have to fit in 80 columns? :-)
  398. -- Larry Wall in <7349@jpl-devvax.JPL.NASA.GOV>
  399. %%
  400. Well, enough clowning around. Perl is, in intent, a cleaned up and
  401. summarized version of that wonderful semi-natural language known as
  402. "Unix".
  403. -- Larry Wall in <1994Apr6.184419.3687@netlabs.com>
  404. %%
  405. Anyway, there's plenty of room for doubt. It might seem easy enough,
  406. but computer language design is just like a stroll in the park.
  407.  
  408. Jurassic Park, that is.
  409. -- Larry Wall in <1994Jun15.074039.2654@netlabs.com>
  410. %%
  411. I want to see people using Perl to glue things together creatively, not
  412. just technically but also socially.
  413. -- Larry Wall in <199702111730.JAA28598@wall.org>
  414. %%
  415. The whole history of computers is rampant with cheerleading at best and
  416. bigotry at worst.
  417. -- Larry Wall in <199702111730.JAA28598@wall.org>
  418. %%
  419. If someone stinks, view it as a reason to help them, not a reason to
  420. avoid them.
  421. -- Larry Wall in <199702111730.JAA28598@wall.org>
  422. %%
  423. As usual, I'm overstating the case to knock a few neurons loose, but the
  424. truth is usually somewhere in the muddle, uh, middle.
  425. -- Larry Wall in <199702111639.IAA28425@wall.org>
  426. %%
  427. Odd that we think definitions are definitive. :-)
  428. -- Larry Wall in <199702221943.LAA20388@wall.org>
  429. %%
  430. : But for some things, Perl just isn't the optimal choice.
  431.  
  432. (yet) :-)
  433. -- Larry Wall in <199702221943.LAA20388@wall.org>
  434. %%
  435. I don't like this official/unofficial distinction. It sound, er, officious.
  436. -- Larry Wall in <199702221943.LAA20388@wall.org>
  437. %%
  438. If you write something wrong enough, I'll be glad to make up a new
  439. witticism just for you.
  440. -- Larry Wall in <199702221943.LAA20388@wall.org>
  441. %%
  442. So far we've managed to avoid turning Perl into APL. :-)
  443. -- Larry Wall in <199702251904.LAA28261@wall.org>
  444. %%
  445. Not that I have anything much against redundancy. But I said that already.
  446. -- Larry Wall in <199702271735.JAA04048@wall.org>
  447. %%
  448. They can always run stderr through uniq. :-)
  449. -- Larry Wall in <199704012331.PAA16535@wall.org>
  450. %%
  451. I'd put my money where my mouth is, but my mouth keeps moving.
  452. -- Larry Wall in <199704051723.JAA28035@wall.org>
  453. %%
  454. Of course, I reserve the right to make wholly stupid changes to Perl
  455. if I think they improve the language. :-)
  456. -- Larry Wall in <199704251604.JAA27300@wall.org>
  457. %%
  458. Call me bored, but don't call me boring.
  459. -- Larry Wall in <199705101952.MAA00756@wall.org>
  460. %%
  461. I think $[ is more like a coelacanth than a mastadon.
  462. -- Larry Wall in <199705101952.MAA00756@wall.org>
  463. %%
  464. We question most of the mantras around here periodically, in case
  465. you hadn't noticed. :-)
  466. -- Larry Wall in <199705101952.MAA00756@wall.org>
  467. %%
  468. (Presuming for the sake of argument that it's even *possible* to design
  469. better code in Perl than in C. :-)
  470. -- Larry Wall on core code vs. module code design
  471. %%
  472. That could certainly be done, but I don't want to fall into the Forth
  473. trap, where every running Forth implementation is really a different
  474. language.
  475. -- Larry Wall in <199705101952.MAA00756@wall.org>
  476. %%
  477. Tcl long ago fell into the Forth trap, and is now trying desperately to
  478. extricate itself (with some help from Sun's marketing department).
  479. -- Larry Wall in <199705101952.MAA00756@wall.org>
  480. %%
  481. The whole intent of Perl 5's module system was to encourage the growth
  482. of Perl culture rather than the Perl core.
  483. -- Larry Wall in <199705101952.MAA00756@wall.org>
  484. %%
  485. Randal can write one-liners again. Everyone is happy, and peace spreads
  486. over the whole Earth.
  487. -- Larry Wall in <199705101952.MAA00756@wall.org>
  488. %%
  489. Life gets boring, someone invents another necessity, and once again we
  490. turn the crank on the screwjack of progress hoping that nobody gets
  491. screwed.
  492. -- Larry Wall in <199705101952.MAA00756@wall.org>
  493. %%
  494. No prisoner's dilemma here. Over the long term, symbiosis is more
  495. useful than parasitism. More fun, too. Ask any mitochondria.
  496. -- Larry Wall in <199705102042.NAA00851@wall.org>
  497. %%
  498. Obviously I was either onto something, or on something.
  499. -- Larry Wall on the creation of Perl
  500. %%
  501. It's the Magic that counts.
  502. -- Larry Wall on Perl's apparent ugliness
  503. %%
  504. May you do Good Magic with Perl.
  505. -- Larry Wall's blessing
  506. %%
  507. P.S. Perl's master plan (or what passes for one) is to take over the
  508. world like English did. Er, *as* English did...
  509. -- Larry Wall in <199705201832.LAA28393@wall.org>
  510. %%
  511. You can prove anything by mentioning another computer language. :-)
  512. -- Larry Wall in <199706242038.NAA29853@wall.org>
  513. %%
  514. I think you didn't get a reply because you used the terms "correct" and
  515. "proper", neither of which has much meaning in Perl culture. :-)
  516. -- Larry Wall in <199706251602.JAA01786@wall.org>
  517. %%
  518. I'm sure a mathematician would claim that 0 and 1 are both very
  519. interesting numbers. :-)
  520. -- Larry Wall in <199707300650.XAA05515@wall.org>
  521. %%
  522. True, it returns "" for false, but "" is an even more interesting
  523. number than 0.
  524. -- Larry Wall in <199707300650.XAA05515@wall.org>
  525. %%
  526. Any false value is gonna be fairly boring in Perl, mathematicians
  527. notwithstanding.
  528. -- Larry Wall in <199707300650.XAA05515@wall.org>
  529. %%
  530. We didn't put in ^^ because then we'd have to keep telling people what
  531. it means, and then we'd have to keep telling them why it doesn't short
  532. circuit. :-/
  533. -- Larry Wall in <199707300650.XAA05515@wall.org>
  534. %%
  535. Anybody want a binary telemetry frame editor written in Perl?
  536. -- Larry Wall in <199708012226.PAA22015@wall.org>
  537. %%
  538. Perhaps I'm missing the gene for making enemies. :-)
  539. -- Larry Wall in <199708040319.UAA16213@wall.org>
  540. %%
  541. Perl has a long tradition of working around compilers.
  542. -- Larry Wall in <199708252256.PAA00105@wall.org>
  543. %%
  544. Personally, I like to defiantly split my infinitives. :-)
  545. -- Larry Wall in <199708271551.IAA10211@wall.org>
  546. %%
  547. Real theology is always rather shocking to people who already
  548. think they know what they think. I'm still shocked myself. :-)
  549. -- Larry Wall in <199708261932.MAA05218@wall.org>
  550. %%
  551. The computer should be doing the hard work. That's what it's paid to do,
  552. after all.
  553. -- Larry Wall in <199709012312.QAA08121@wall.org>
  554. %%
  555. The following two statements are usually both true:
  556. There's not enough documentation.
  557. There's too much documentation.
  558. -- Larry Wall in <199709020026.RAA08431@wall.org>
  559. %%
  560. Of course, this being Perl, we could always take both approaches. :-)
  561. -- Larry Wall in <199709021744.KAA12428@wall.org>
  562. %%
  563. The random quantum fluctuations of my brain are historical accidents that
  564. happen to have decided that the concepts of dynamic scoping and lexical
  565. scoping are orthogonal and should remain that way.
  566. -- Larry Wall in <199709021854.LAA12794@wall.org>
  567. %%
  568. At many levels, Perl is a "diagonal" language.
  569. -- Larry Wall in <199709021854.LAA12794@wall.org>
  570. %%
  571. I'm serious about thinking through all the possibilities before we
  572. settle on anything. All things have the advantages of their
  573. disadvantages, and vice versa.
  574. -- Larry Wall in <199709032332.QAA21669@wall.org>
  575. %%
  576. Part of language design is purturbing the proposed feature in various
  577. directions to see how it might generalize in the future.
  578. -- Larry Wall in <199709032332.QAA21669@wall.org>
  579. %%
  580. Sometimes we choose the generalization. Sometimes we don't.
  581. -- Larry Wall in <199709032332.QAA21669@wall.org>
  582. %%
  583. I wouldn't ever write the full sentence myself, but then, I never use
  584. goto either.
  585. -- Larry Wall in <199709032332.QAA21669@wall.org>
  586. %%
  587. It's appositival, if it's there. And it doesn't have to be there.
  588. And it's really obvious that it's there when it's there.
  589. -- Larry Wall in <199709032332.QAA21669@wall.org>
  590. %%
  591. Oh, get ahold of yourself. Nobody's proposing that we parse English.
  592. -- Larry Wall in <199709032332.QAA21669@wall.org>
  593. %%
  594. As with all the other proposals, it's basically just a list of words.
  595. You can deal with that... :-)
  596. -- Larry Wall in <199709032332.QAA21669@wall.org>
  597. %%
  598. I hope I'm not getting so famous that I can't think out load [sic] anymore.
  599. -- Larry Wall in <199709032332.QAA21669@wall.org>
  600. %%
  601. It would be possible to optimize some forms of goto, but I haven't
  602. bothered.
  603. -- Larry Wall in <199709041935.MAA27136@wall.org>
  604. %%
  605. A "goto" in Perl falls into the category of hard things that should be
  606. possible, not easy things that should be easy.
  607. -- Larry Wall in <199709041935.MAA27136@wall.org>
  608. %%
  609. How do Crays and Alphas handle the POSIX problem?
  610. -- Larry Wall in <199709050042.RAA29379@wall.org>
  611. %%
  612. Well, that's more-or-less what I was saying, though obviously addition
  613. is a little more cosmic than the bitwise operators.
  614. -- Larry Wall in <199709051808.LAA01780@wall.org>
  615. %%
  616. You tell it that it's indicative by appending $!. That's why we made $!
  617. such a short variable name, after all. :-)
  618. -- Larry Wall in <199709081801.LAA20629@wall.org>
  619. %%
  620. The choice of approaches could be made the responsibility of the
  621. programmer.
  622. -- Larry Wall in <199709081901.MAA20863@wall.org>
  623. %%
  624. As someone pointed out, you could have an attribute that says "optimize
  625. the heck out of this routine", and your definition of heck would be a
  626. parameter to the optimizer.
  627. -- Larry Wall in <199709081854.LAA20830@wall.org>
  628. %%
  629. If you're going to define a shortcut, then make it the base [sic] darn
  630. shortcut you can.
  631. -- Larry Wall in <199709241628.JAA08908@wall.org>
  632. %%
  633. It is my job in life to travel all roads, so that some may take the road
  634. less travelled, and others the road more travelled, and all have a
  635. pleasant day.
  636. -- Larry Wall in <199709241628.JAA08908@wall.org>
  637. %%
  638. It's getting harder and harder to think out loud. One of these days
  639. someone's gonna go off and kill Thomas a'Becket for me...
  640. -- Larry Wall in <199709242015.NAA10312@wall.org>
  641. %%
  642. I was about to say, "Avoid fame like the plague," but you know, they can
  643. cure the plague with penicillin these days.
  644. -- Larry Wall in <199709242015.NAA10312@wall.org>
  645. %%
  646. But the possibility of abuse may be a good reason for leaving
  647. capabilities out of other computer languages, it's not a good reason for
  648. leaving capabilities out of Perl.
  649. -- Larry Wall in <199709251614.JAA15718@wall.org>
  650. %%
  651. Oh, wait, that was Randal...nevermind...
  652. -- Larry Wall in <199709261754.KAA23761@wall.org>
  653. %%
  654. P.S. I suppose I really should be nicer to people today, considering
  655. I'll be singing in Billy Graham's choir tonight... :-)
  656. -- Larry Wall in <199709261754.KAA23761@wall.org>
  657. %%
  658. Magically turning people's old scalar contexts into list contexts is a
  659. recipe for several kinds of disaster.
  660. -- Larry Wall in <199709291631.JAA08648@wall.org>
  661. %%
  662. And we can always supply them with a program that makes identical files
  663. into links to a single file.
  664. -- Larry Wall in <199709292012.NAA09616@wall.org>
  665. %%
  666. I wasn't recommending that we make the links for them, only provide them
  667. with the tools to do so if they want to take the gamble (or the gambol).
  668. -- Larry Wall in <199709292259.PAA10407@wall.org>
  669. %%
  670. This has been planned for some time. I guess we'll just have to find
  671. someone with an exceptionally round tuit.
  672. -- Larry Wall in <199709302338.QAA17037@wall.org>
  673. %%
  674. switch (ref $@) {
  675. OverflowError =>
  676. warn "Dam needs to be drained";
  677. DomainError =>
  678. warn "King needs to be trained";
  679. NuclearWarError =>
  680. die;
  681. }
  682. -- Larry Wall in <199709302338.QAA17037@wall.org>
  683. %%
  684. I surely do hope that's a syntax error.
  685. -- Larry Wall in <199710011752.KAA21624@wall.org>
  686. %%
  687. Anyway, my money is still on use strict vars . . .
  688. -- Larry Wall in <199710011704.KAA21395@wall.org>
  689. %%
  690. If you remove stricture from a large Perl program currently, you're just
  691. installing delayed bugs, whereas with this feature, you're installing an
  692. instant bug that's easily fixed. Whoopee.
  693. -- Larry Wall in <199710050130.SAA04762@wall.org>
  694. %%
  695. I don't think it's worth washing hogs over.
  696. -- Larry Wall in <199710060253.TAA09723@wall.org>
  697. %%
  698. It's certainly easy to calculate the average attendance for Perl
  699. conferences.
  700. -- Larry Wall in <199710071721.KAA19014@wall.org>
  701. %%
  702. Tcl tends to get ported to weird places like routers.
  703. -- Larry Wall in <199710071721.KAA19014@wall.org>
  704. %%
  705. Historically Tcl has always stored all intermediate results as strings.
  706. (With 8.0 they're rethinking that. Of course, Perl rethought that from
  707. the start.)
  708. -- Larry Wall in <199710071721.KAA19014@wall.org>
  709. %%
  710. I knew I'd hate COBOL the moment I saw they'd used "perform" instead of
  711. "do".
  712. -- Larry Wall on a not-so-popular programming language
  713. %%
  714. Just don't make the '9' format pack/unpack numbers... :-)
  715. -- Larry Wall in <199710091434.HAA00838@wall.org>
  716. %%
  717. I think that's easier to read. Pardon me. Less difficult to read.
  718. -- Larry Wall in <199710120226.TAA06867@wall.org>
  719. %%
  720. To ordinary folks, conversion is not always automatic. It's something
  721. that may or may not require explicit assistance. See Billy Graham. :-)
  722. -- Larry Wall in <199710141738.KAA22289@wall.org>
  723. %%
  724. Well, you can implement a Perl peek() with unpack('P',...). Once you
  725. have that, there's only security through obscurity. :-)
  726. -- Larry Wall in <199710161537.IAA07828@wall.org>
  727. %%
  728. It may be possible to get this condition from within Perl if a signal
  729. handler runs at just the wrong moment. Another point for Chip... :-)
  730. -- Larry Wall in <199710161546.IAA07885@wall.org>
  731. %%
  732. As pointed out in a followup, Real Perl Programmers prefer things to be
  733. visually distinct.
  734. -- Larry Wall in <199710161841.LAA13208@wall.org>
  735. %%
  736. The Harvard Law states: Under controlled conditions of light, temperature,
  737. humidity, and nutrition, the organism will do as it damn well pleases.
  738. -- Larry Wall in <199710161841.LAA13208@wall.org>
  739. %%
  740. That should probably be written:
  741. no !@#$%^&*:@!semicolon
  742. -- Larry Wall in <199710161841.LAA13208@wall.org>
  743. %%
  744. That gets us out of deciding how to spell Reg[eE]xp?|RE . . .
  745. Of course, then we have to decide what ref $re returns... :-)
  746. -- Larry Wall in <199710171838.LAA24968@wall.org>
  747. %%
  748. 'Course, that doesn't work when 'a' contains parentheses.
  749. -- Larry Wall in <199710211647.JAA17957@wall.org>
  750. %%
  751. I was trying not to mention backtracking. Which, of course, means that
  752. yours is "righter" than mine, in a theoretical sense.
  753. -- Larry Wall in <199710211624.JAA17833@wall.org>
  754. %%
  755. Not that I'm against sneaking some notions into people's heads upon
  756. occasion. (Or blasting them in outright.)
  757. -- Larry Wall in <199710211624.JAA17833@wall.org>
  758. %%
  759. (To the extent that anyone but a Prolog programmer can understand \X totally.
  760. (And to the extent that a Prolog programmer can understand "cut". :-))
  761. -- Larry Wall in <199710211624.JAA17833@wall.org>
  762. %%
  763. Wow, I'm being shot at from both sides. That means I *must* be right. :-)
  764. -- Larry Wall in <199710211959.MAA18990@wall.org>
  765. %%
  766. You don't have to wait--you can have it in 5.004_54 or so. :-)
  767. -- Larry Wall in <199710221740.KAA24455@wall.org>
  768. %%
  769. There's something to be said for returning the whole syntax tree.
  770. -- Larry Wall in <199710221833.LAA24741@wall.org>
  771. %%
  772. It's not really a rule--it's more like a trend.
  773. -- Larry Wall in <199710221721.KAA24321@wall.org>
  774. %%
  775. Double *sigh*. _04 is going onto thousands of CDs even as we speak,
  776. so to speak.
  777. -- Larry Wall in <199710221718.KAA24299@wall.org>
  778. %%
  779. The code also assumes that it's difficult to misspell "a" or "b". :-)
  780. -- Larry Wall in <199710221731.KAA24396@wall.org>
  781. %%
  782. Well, hey, let's just make everything into a closure, and then we'll
  783. have our general garbage collector, installed by "use less memory".
  784. -- Larry Wall in <199710221744.KAA24484@wall.org>
  785. %%
  786. People who understand context would be steamed to have someone else
  787. dictating how they can call it.
  788. -- Larry Wall in <199710221710.KAA24242@wall.org>
  789. %%
  790. For the sake of argument I'll ignore all your fighting words.
  791. -- Larry Wall in <199710221710.KAA24242@wall.org>
  792. %%
  793. Think of prototypes as a funny markup language--the interpretation is
  794. left up to the rendering engine.
  795. -- Larry Wall in <199710221710.KAA24242@wall.org>
  796. %%
  797. The way these things go, there are probably 6 or 8 kludgey ways to do
  798. it, and a better way that involves rethinking something that hasn't
  799. been rethunk yet.
  800. -- Larry Wall in <199710221859.LAA24889@wall.org>
  801. %%
  802. Beauty? What's that?
  803. -- Larry Wall in <199710221937.MAA25131@wall.org>
  804. %%
  805. I'm afraid my gut level reaction is basically, "'proceed' is cute, but
  806. cute doesn't cut it in the emergency room."
  807. -- Larry Wall in <199710281816.KAA29614@wall.org>
  808. %%
  809. I suppose one could claim that an undocumented feature has no
  810. semantics. :-(
  811. -- Larry Wall in <199710290036.QAA01818@wall.org>
  812. %%
  813. Yes, we have consensus that we need 64 bit support. :-)
  814. -- Larry Wall in <199710291922.LAA07101@wall.org>
  815. %%
  816. : - cut in regexps
  817.  
  818. I don't think we reached consensus on that. We're still backtracking...
  819. -- Larry Wall in <199710291922.LAA07101@wall.org>
  820. %%
  821. Boss: You forgot to assign the result of your map!
  822. Hacker: Dang, I'm always forgetting my assignations...
  823. Boss: And what's that "goto" doing there?!?
  824. Hacker: Er, I guess my finger slipped when I was typing "getservbyport"...
  825. Boss: Ah well, accidents will happen. Maybe we should have picked APL.
  826. -- Larry Wall in <199710311732.JAA19169@wall.org>
  827. %%
  828. Perhaps they will have to outlaw sending random lists of words. fee fie
  829. foe foo
  830. -- Larry Wall in <199710311916.LAA19760@wall.org>
  831. %%
  832. Hey, if pi == 3, and three == 0, does that make pi == 0? :-)
  833. -- Larry Wall in <199711011926.LAA25557@wall.org>
  834. %%
  835. (Never thought I'd be telling Malcolm and Ilya the same thing... :-)
  836. -- Larry Wall in <199711071819.KAA29909@wall.org>
  837. %%
  838. And other operators aren't so special syntactically, but weird
  839. in other ways, like "scalar", and "goto".
  840. -- Larry Wall in <199711071749.JAA29751@wall.org>
  841. %%
  842. Portability should be the default.
  843. -- Larry Wall in <199711072201.OAA01123@wall.org>
  844. %%
  845. If this were Ada, I suppose we'd just constant fold 1/0 into
  846.  
  847. die "Illegal division by zero"
  848. -- Larry Wall in <199711100226.SAA12549@wall.org>
  849. %%
  850. Are you perchance running on a 64-bit machine?
  851. -- Larry Wall in <199711102149.NAA16878@wall.org>
  852. %%
  853. Almost nothing in Perl serves a single purpose.
  854. -- Larry Wall in <199712040054.QAA13811@wall.org>
  855. %%
  856. There's some entertainment value in watching people juggle nitroglycerin.
  857. -- Larry Wall in <199712041747.JAA18908@wall.org>
  858. %%
  859. Reserve your abuse for your true friends.
  860. -- Larry Wall in <199712041852.KAA19364@wall.org>
  861. %%
  862. Er, Tom, I hate to be the one to point this out, but your fix list
  863. is starting to resemble a feature list. You must be human or something.
  864. -- Larry Wall in <199801081824.KAA29602@wall.org>
  865. %%
  866. It's hard to tune heavily tuned code. :-)
  867. -- Larry Wall in <199801141725.JAA07555@wall.org>
  868. %%
  869. Perl will always provide the null.
  870. -- Larry Wall in <199801151818.KAA14538@wall.org>
  871. %%
  872. It's easy to solve the halting problem with a shotgun. :-)
  873. -- Larry Wall in <199801151836.KAA14656@wall.org>
  874. %%
  875. Well, I think Perl should run faster than C. :-)
  876. -- Larry Wall in <199801200306.TAA11638@wall.org>
  877. %%
  878. To Perl, or not to Perl, that is the kvetching.
  879. -- Larry Wall in <199801200310.TAA11670@wall.org>
  880. %%
  881. I suppose you could switch grammars once you've seen "use strict subs". :-)
  882. -- Larry Wall in <199804140117.SAA02006@wall.org>
  883. %%
  884. Well, you know, Hubbard had a bunch of people sworn to commit suicide
  885. when he died. So of course he never officially died...
  886. -- Larry Wall in <199804141540.IAA05247@wall.org>
  887. %%
  888. Even the White House has a press agent. :-)
  889. -- Larry Wall in <199804150048.RAA08083@wall.org>
  890. %%
  891. That's a valid argument. I just don't think it's valid enough. :-)
  892. -- Larry Wall in <199804150050.RAA08093@wall.org>
  893. %%
  894. Perl should remain fast and intuitive (to the extent that it is :-)
  895. -- Larry Wall in <199804151704.KAA12290@wall.org>
  896. %%
  897. I would estimate that the number of programs it breaks in the world
  898. will be less than 10. As long as one of those 10 isn't CGI.pm, we're
  899. probably okay.
  900. -- Larry Wall in <199804161805.LAA18882@wall.org>
  901. %%
  902. Just put in another goto, and then it'll be readable. :-)
  903. -- Larry Wall in <199804161810.LAA18902@wall.org>
  904. %%
  905. Doing linear scans over an associative array is like trying to club
  906. someone to death with a loaded Uzi.
  907. -- Larry Wall
  908. %%
  909. I'm reminded of the day my daughter came in, looked over my shoulder at
  910. some Perl 4 code, and said, "What is that, swearing?"
  911. -- Larry Wall in <199806181642.JAA10629@wall.org>
  912. %%
  913. Y'know, there are other possibilities if we assume that filenames
  914. are UTF-8...yikes...wait, put down that meat cleaver! Aieeee!!!
  915. -- Larry Wall in <199806181655.JAA10702@wall.org>
  916. %%
  917. print rand rand rand 1, "\n"; # interesting distribution
  918. -- Larry Wall in <199806191536.IAA19013@wall.org>
  919. %%
  920. : I could understand principles of Perl source in 2-3 days [. . .]
  921.  
  922. Gee, it took me about eleven years. :-)
  923. -- Larry Wall in <199806200201.TAA22277@wall.org>
  924. %%
  925. There's often more than one correct thing.
  926. There's often more than one right thing.
  927. There's often more than one obvious thing.
  928. -- Larry Wall in <199806201726.KAA26569@wall.org>
  929. %%
  930. I don't believe I've ever cuddled my elses.
  931. -- Larry Wall in <199806221550.IAA07171@wall.org>
  932. %%
  933. I've always maintained a cordial dislike for indent, because it's usually
  934. right.
  935. -- Larry Wall in <199806221558.IAA07251@wall.org>
  936. %%
  937. I'd make people say 'use Fork;' if I thought I could get away with it.
  938. -- Larry Wall in <199806232054.NAA01735@wall.org>
  939. %%
  940. The way I see it, if you declare something portable, you'll always be
  941. wrong, and if you declare it non-portable, you'll always be right. :-)
  942. -- Larry Wall in <199806232215.PAA02356@wall.org>
  943. %%
  944. Perhaps you should compile your Perl with long doubles one of these
  945. megaseconds.
  946. -- Larry Wall in <199806241734.KAA09652@wall.org>
  947. %%
  948. But we can both blame it all on Henry.
  949. -- Larry Wall on perl's regex engine
  950. %%
  951. : Why Bible quotes exclusively? What happened to the Eastern religions?
  952.  
  953. I'm still working on the Unicode mods.
  954. -- Larry Wall in <199807021924.MAA05380@wall.org>
  955. %%
  956. Maybe we should take a clue from FTP and put in an option like "print
  957. hash marks on every 1024 iterations". :-)
  958. -- Larry Wall in <199807171819.LAA13771@wall.org>
  959. %%
  960. And besides, if Perl really takes off in the Windows space, I think the
  961. rest of us would just as soon have a double-agent within ActiveState. :-)
  962. -- Larry Wall in <199807172334.QAA18255@wall.org>
  963. %%
  964. The court finds everyone to be in contempt (including himself :-), and
  965. orders everyone sentenced to five years hard labor. (Working on Perl,
  966. of course.)
  967. -- Larry Wall in <199807211548.IAA26184@wall.org>
  968. %%
  969. I note that the Python folks still think they like JPython. I wonder
  970. how long that will last?
  971. -- Larry Wall in <199808050009.RAA22631@wall.org>
  972. %%
  973. I view the JVM as just another architecture that Perl ought to be ported to.
  974. (That, and the Underwood typewriter...)
  975. -- Larry Wall in <199808050415.VAA24026@wall.org>
  976. %%
  977. So please don't think I have a "down" on the MVS people. I'm just pulling
  978. off their arms to beat other people over the head with.
  979. -- Larry Wall in <199808050415.VAA24026@wall.org>
  980. %%
  981. It's, uh, pseudo code. Yeah, that's the ticket...
  982. [...]
  983. And "unicode" is pseudo code for $encoding. :-)
  984. -- Larry Wall in <199808071717.KAA12628@wall.org>
  985. %%
  986. : What do people think?
  987. What, do people think? :-)
  988. -- Larry Wall in <199808071736.KAA12738@wall.org>
  989. %%
  990. Well, sure, I explicitly mentioned "vtables" last time I brought this
  991. up. But a single pointer is fairly paltry, as tables go. :-)
  992. -- Larry Wall in <199808170117.SAA19369@wall.org>
  993. %%
  994. I dunno. Perhaps you should be happy that I have a policy of refraining
  995. from grumbling about handicapped operating systems. :-)
  996. -- Larry Wall in <199808291719.KAA12244@wall.org>
  997. %%
  998. Perl did not get where it is by ignoring psychological factors.
  999. -- Larry Wall in <199809031634.JAA26895@wall.org>
  1000. %%
  1001. On the plus side, it's a lot easier in general to find /usr/include than cpp.
  1002. -- Larry Wall in <199809041612.JAA05556@wall.org>
  1003. %%
  1004. Psychotics are consistently inconsistent. The essence of sanity is
  1005. to be inconsistently inconsistent.
  1006. -- Larry Wall in <199809041918.MAA06850@wall.org>
  1007. %%
  1008. That which hits the fan tends to get flung in all directions.
  1009. -- Larry Wall in <199809091801.LAA15194@wall.org>
  1010. %%
  1011. If this were Ada, we'd simply doc it as "erroneous".
  1012. -- Larry Wall in <199809111734.KAA28296@wall.org>
  1013. %%
  1014. So I'm thinking about ??, or !!, or //, or \\, or whatever. But I
  1015. think I like ?? the best so far. Or the least worst.
  1016. -- Larry Wall in <199809150037.RAA17580@wall.org>
  1017. %%
  1018. One operator is no big deal. That can be fixed in a jiffy.
  1019. -- Larry Wall in <199809151814.LAA22396@wall.org>
  1020. %%
  1021. In Clintonese, that would be "You are free to infer that I was saying
  1022. that." :-)
  1023. -- Larry Wall in <199809222305.QAA17574@wall.org>
  1024. %%
  1025. Would you trust the linguistic intuitions of someone who has been
  1026. studying Latin or Greek for three days?
  1027. -- Larry Wall in <199809230518.WAA19312@wall.org>
  1028. %%
  1029. But I know what's important to me, and what isn't. And I think I know what
  1030. people can get used to, and what they can even learn to like. (It just takes
  1031. some people longer than others. :-)
  1032. -- Larry Wall in <199809230518.WAA19312@wall.org>
  1033. %%
  1034. My arthritic pinkies are already starting to ache just thinking about ||||=.
  1035. -- Larry Wall in <199809251659.JAA06689@wall.org>
  1036. %%
  1037. Orthogonality for orthogonality's sake is not something I'm keen on.
  1038. -- Larry Wall in <199809260112.SAA17178@wall.org>
  1039. %%
  1040. Hmm, doubtful. The source code generally wasn't there when I needed it.
  1041. -- Larry Wall when asked if he learned Perl from the perl source
  1042. %%
  1043. Must be a different Larry Wall. There are at least 137 of us in the U.S.
  1044. -- Larry Wall in <199809300035.RAA12495@wall.org>
  1045. %%
  1046. Symmetry is overrated. Overrated is symmetry.
  1047. -- Larry Wall in <6vhq4r$a6i@kiev.wall.org>
  1048. %%
  1049. That is a known bug in 5.00550. Either an upgrade or a downgrade will
  1050. fix it.
  1051. -- Larry Wall in <6vu1vo$89c@kiev.wall.org>
  1052. %%
  1053. That being said, I think we should immediately deprecate any string
  1054. concatenation that combines "19" with "99". :-)
  1055. -- Larry Wall in <199811242002.MAA26850@wall.org>
  1056. %%
  1057. The Golden Gate wasn't our fault either, but we still put a bridge across it.
  1058. -- Larry Wall in <199811242253.OAA28167@wall.org>
  1059. %%
  1060. It should be illegal to yell "Y2K" in a crowded economy. :-)
  1061. -- Larry Wall in <199811242326.PAA28495@wall.org>
  1062. %%
  1063. One thing I do understand is that people get scared when I start
  1064. thinking out loud. :-)
  1065. -- Larry Wall in <20031212010945.GB29594@wall.org>
  1066. %%
  1067. : No comment, since this is still hovering (see Larry's reply).
  1068.  
  1069. Flutter, flutter.
  1070. -- Larry Wall in <20031213005325.GE7605@wall.org>
  1071. %%
  1072. We don't have enough parallel universes to allow all uses of all
  1073. junction types--in the absence of quantum computing the combinatorics
  1074. are not in our favor...
  1075. -- Larry Wall in <20031213210102.GE18685@wall.org>
  1076. %%
  1077. Accidental stacks considered harmful.
  1078. -- Larry Wall in <20031213202246.GD18685@wall.org>
  1079. %%
  1080. I try not to confuse roles and traits in my own life. Being the Perl
  1081. god is a role. Being a stubborn cuss is a trait. :-)
  1082. -- Larry Wall in <20031215021442.GA4012@wall.org>
  1083. %%
  1084. And in the limiting case where the optimizer is completely broken because
  1085. it's not implemented yet, we get to work around that too. Optionally...
  1086. -- Larry Wall in <20031217195433.GB31020@wall.org>
  1087. %%
  1088. I think I'm happier with that. $rubyometer += 0.3 or so. :-)
  1089. -- Larry Wall in <20031219184224.GA19865@wall.org>
  1090. %%
  1091. Then people who believe only in Interfaces can use the same
  1092. underlying system-defined Roles without compromising their
  1093. Java-bedeviled value system. :-)
  1094. -- Larry Wall in <20040217163036.GA30527@wall.org>
  1095. %%
  1096. Well, some of that relates to the fact that last year I basically
  1097. had to take half a year off to participate in various non-optional
  1098. gastric revisions.
  1099. -- Larry Wall in <20040226192647.GA11151@wall.org>
  1100. %%
  1101. Execute! (I hope that's the right word...)
  1102. -- Larry Wall in <20040302065954.GA12495@wall.org>
  1103. %%
  1104. Yes, I'm a megalomaniac to think that I can set a better standard than
  1105. the French... :-)
  1106. -- Larry Wall in <20040303205940.GA24064@wall.org>
  1107. %%
  1108. "Best effort" is one of those phrases that doesn't mean what it means...
  1109. -- Larry Wall in <20040316024220.GB3367@wall.org>
  1110. %%
  1111. I recommend not remaking my mistakes. Please make different mistakes. :-)
  1112. -- Larry Wall in <20040317192052.GA10645@wall.org>
  1113. %%
  1114. Biologist: What's worse than being chased by a Velociraptor?
  1115. Physicist: Obviously, being chased by an Acceloraptor.
  1116. -- Larry Wall in A12
  1117. %%
  1118. Python's syntax succeeds in combining the mistakes of Lisp and Fortran.
  1119. I do not contrue that as progress.
  1120. -- Larry Wall in <20040512161005.GB3902@wall.org>
  1121. %%
  1122. Backtracking is a wonderful concept till you have to do it.
  1123. -- Larry Wall in <20040624192459.GE24759@wall.org>
  1124. %%
  1125. But let me put this on the record: I specifically disrecommend use of
  1126. grammar tweaks that will incite lynch mobs. You have been warned. :-)
  1127. -- Larry Wall in <20040709193138.GA21997@wall.org>
  1128. %%
  1129. You might as well write your warning in Russian for all the good
  1130. it'll do. :-)
  1131. -- Larry Wall in <20040710010945.GC32394@wall.org>
  1132. %%
  1133. : I'm about to learn myself perl6 (after using perl5 for some time).
  1134.  
  1135. I'm also trying to learn perl6 after using perl5 for some time. :-)
  1136. -- Larry Wall in <20040709202041.GA23451@wall.org>
  1137. %%
  1138. I suppose that :byte could also take an argument to force a particular
  1139. old-style (single-byte) locale, if we choose to support them, and are
  1140. willing to take the consequences of Jarkko going postal. :-)
  1141. -- Larry Wall in <20040712184548.GA19937@wall.org>
  1142. %%
  1143. One error message that would be of great benefit to novices is if we
  1144. could guess where the missing brace is based on indentation. (But not
  1145. *assuming* the missing brace, of course--this isn't Python... :-)
  1146. -- Larry Wall in <20040714172318.GA21069@wall.org>
  1147. %%
  1148. Just don't anyone suggest that we indicate what's modified *syntactically*
  1149. by placing the adverb directly under it... Yow. Two-dimensional programs.
  1150. Reminds me of BF... Maybe we should just pass this suggestion on to
  1151. Guido... :-) -- Larry Wall in <20040714181005.GB23830@wall.org>
  1152. %%
  1153. Two-dimensional parsing is fun...
  1154. -- Larry Wall in <20040721231814.GA30798@wall.org>
  1155. %%
  1156. It'd be really nice to find a way to explain continuations to people
  1157. without inflicting the typical torturous explanations on people who
  1158. aren't interested in brain pretzels.
  1159. -- Larry Wall
  1160. %%
  1161. People can't see the ferment in my mind. What they see externally has to be
  1162. filtered through my verbal apparatus, which is actually quite limited. I
  1163. often think that my verbal processor is a slow interpreter. My wife's verbal
  1164. processor is a fast compiler. -- Larry Wall, 8th State of the Onion
  1165. %%
  1166. I don't have ADHD. I tend to perseverate and not get distracted when I
  1167. should get distracted . . . My good friend Tom Christiansen, who does have
  1168. ADHD, once said jokingly that I have "task-switching deficit" disorder.
  1169. -- Larry Wall, 8th State of the Onion
  1170. %%
  1171. Anyway, please don't anyone take offense at my free associations. Even
  1172. if they're true.
  1173. -- Larry Wall, 8th State of the Onion
  1174. %%
  1175. You know how people are sometimes rude on Usenet or on a mailing list.
  1176. Sometimes they'll write something that can only be taken as a deadly insult,
  1177. and then they have the unmitigated gall to put a smiley face on it, as if
  1178. that makes it all right. -- Larry Wall, 8th State of the Onion
  1179. %%
  1180. Personally, Rorschach blots always look like butterflies to me. Or
  1181. pelvis bones, I admit it.
  1182. -- Larry Wall, 8th State of the Onion
  1183. %%
  1184. Another way to look at it is that screensavers are sort of a poor man's
  1185. LSD, without the bad trips.
  1186. -- Larry Wall, 8th State of the Onion
  1187. %%
  1188. I had really weird dreams on morphine [after having a tumor removed].
  1189. Didn't like those screensavers. But a wonderful poem came to me -- it
  1190. started out "In Xanadu did Kubla Khan a stately pleasure dome decree."
  1191. But I can't remember the rest of it. -- Larry Wall, 8th State of the Onion
  1192. %%
  1193. Maybe I'm a little bit crazy, but I can't decide if it's psychotic or
  1194. neurotic. You know the difference, don't you? A psychotic thinks that
  1195. 2 + 2 = 5. A neurotic knows that 2 + 2 = 4, but it makes him nervous.
  1196. -- Larry Wall, 8th State of the Onion
  1197. %%
  1198. The interesting thing was that while I was watching, they forked. You know,
  1199. like BSD. One group of cuttlefish went off one way, and the other group went
  1200. off another. Maybe they had a personality conflict. Maybe they had a fight
  1201. over licensing. I dunno. -- Larry Wall, 8th State of the Onion
  1202. %%
  1203. Are you going to bother to set up an unspoofable identity for every
  1204. shirt in your closet?
  1205. -- Larry Wall, 8th State of the Onion
  1206. %%
  1207. In any event, the real geeks will probably just have the screen
  1208. tattooed on their chest. Or their stomachs. Teletubbies "R" us.
  1209. -- Larry Wall, 8th State of the Onion
  1210. %%
  1211. We're a hospital of people helping each other, performing random acts
  1212. of beauty for each other, even when no one is watching but God.
  1213. -- Larry Wall, 8th State of the Onion
  1214. %%
  1215. These days I may be missing the bottom of my stomach, but I still have
  1216. the bottom of my heart. So I would like to thank you from the bottom of
  1217. my heart for being precisely who you are.
  1218. -- Larry Wall, 8th State of the Onion
  1219. %%
  1220. The problem with a thesaurus is that it only gives you synonyms, not the
  1221. word you really want. :-)
  1222. -- Larry Wall in <20041204185741.GA16358@wall.org>
  1223. %%
  1224. It's kinda funny to watch the Parrot folks reinventing a similar scheme.
  1225. (Er, no pun intended. Really!)
  1226. -- Larry Wall in <20041204193310.GC16358@wall.org>
  1227. %%
  1228. ...a Lazy has to be aware of when it is out of values, and when it should
  1229. call into some meta-Lazy for more iterator values. And I suppose that
  1230. meta-Lazy could in turn have a meta-meta-Lazy, which could have a
  1231. meta-meta-meta-Lazy, and now my brane hurts. -- Larry Wall
  1232. %%
  1233. Appearances to the contrary notwithstanding, I'm not trying to break
  1234. Perl 5 constructs just for the heck of it.
  1235. -- Larry Wall in <20041206220054.GA10212@wall.org>
  1236. %%
  1237. Well, hey, we'll have to leave some of the programming up to you. :-)
  1238. -- Larry Wall in <20050212184643.GA20059@wall.org>
  1239. %%
  1240. Personally I'm looking forward to seeing what the .mathematica method
  1241. spits out for a junction, but maybe I'll have to settle for a .apl
  1242. method instead.
  1243. -- Larry Wall in <20050216071655.GC3909@wall.org>
  1244. %%
  1245. It is my persistent belief (and fond hope) that theory and practice
  1246. don't always have to pull in opposite directions.
  1247. -- Larry Wall in <20050216183411.GA24492@wall.org>
  1248. %%
  1249. The human psyche is a mishmash of rules of thumb, and Einstein's thumb
  1250. is only two of them.
  1251. -- Larry Wall in <20050217173835.GB26246@wall.org>
  1252. %%
  1253. My assertion that we can do better with computer languages is a
  1254. persistent belief and fond hope, but you'll note I don't actually
  1255. claim to be either rational or right. Except when it's convenient. :-)
  1256. -- Larry Wall in <20050217173835.GB26246@wall.org>
  1257. %%
  1258. How long before someone writes $x.ugly('Python'), I wonder...
  1259. -- Larry Wall in <20050217181027.GD26246@wall.org>
  1260. %%
  1261. Bare S-expressions won't work in standard Perl, of course, unless you
  1262. make "(foo" parse like some kind of reserved word for a known set of
  1263. "foo". I'm sure if you did that someone would consider it perverse.
  1264. -- Larry Wall in <20050221193216.GE409@wall.org>
  1265. %%
  1266. The semantics of alcohol don't change when you reach drinking age.
  1267. Only the pragmatics change.
  1268. -- Larry Wall in <20050221191846.GD409@wall.org>
  1269. %%
  1270. I think so--a pair can always pretend to be a very small hash.
  1271. -- Larry Wall in <20050221175223.GA409@wall.org>
  1272. %%
  1273. ...sometimes collections of stupid utterances can be rather clever. If
  1274. my writings are ever published posthumously, they should probably be
  1275. called "A Collection of Stupid Utterances", or some such... :-)
  1276. -- Larry Wall in <20050303163144.GA5235@wall.org>
  1277. %%
  1278. But at some point you just give up and call it cheating, er,
  1279. I mean, AOP. :-)
  1280. -- Larry Wall in <20050307173849.GA16558@wall.org>
  1281. %%
  1282. I'm not consistent about consistency, you see, except when I am...
  1283. And I try to believe six foolish consistencies before breakfast each day. :-)
  1284. -- Larry Wall in <20050307164019.GA14585@wall.org>
  1285. %%
  1286. Uh, yeah. Obviously, 11 pm is still to early in the day for me...
  1287. -- Larry Wall in <20050308071002.GA1069@wall.org>
  1288. %%
  1289. I have no opinion on its suitability for any particular task. I'm just
  1290. the language designer--my job is to shoot you in the foot and make you
  1291. think you did it to yourself. :-)
  1292. -- Larry Wall in <20050309170804.GA22973@wall.org>
  1293. %%
  1294. That's...sick... I love it. *Please* don't tell Damian.
  1295. -- Larry Wall in <20050309180300.GF22973@wall.org>
  1296. %%
  1297. Sex is fun, but it probably doesn't solve all your problems.
  1298. -- Larry Wall in <20050309192903.GA27250@wall.org>
  1299. %%
  1300. You have the irritating habit of asking good questions I don't have
  1301. an easy answer for. Please don't stop.
  1302. -- Larry Wall in <20050314165932.GA12577@wall.org>
  1303. %%
  1304. But maybe we could try to set some slushiness milestones on the road to
  1305. hell freezing over...
  1306. -- Larry Wall in <20050314165932.GA12577@wall.org>
  1307. %%
  1308. Oh, right--I'd better learn to read Perl 6 one of these days. :-)
  1309. -- Larry Wall in <20050316201700.GB31121@wall.org>
  1310. %%
  1311. That's what Sleepy Brain says. But Coffee Brain despises Sleepy Brain. :-)
  1312. -- Larry Wall in <20050317164126.GA28021@wall.org>
  1313. %%
  1314. fail("Language designer not persuaded"); # :-)
  1315. -- Larry Wall in <20050327054109.GC25664@wall.org>
  1316. %%
  1317. If I thought that I could design a language that will never disappoint
  1318. anyone, I'd be a lot stupider than I already think I am, I think.
  1319. -- Larry Wall in <20050328202308.GA21733@wall.org>
  1320. %%
  1321. And you can still put in all that cruft if you want to. You can even
  1322. force yourself to have to do it. But to me, it feels a bit like slavery,
  1323. so I'm still looking for a land flowing with milk and honey, even if
  1324. there are a few giants in it. -- Larry Wall
  1325. %%
  1326. As long as "we" includes "you", that's fine by "me". :-)
  1327. -- Larry Wall in <20050330171201.GA22184@wall.org>
  1328. %%
  1329. Clear conceptual splits often hide false dichotomies.
  1330. -- Larry Wall in <20050330195322.GB22184@wall.org>
  1331. %%
  1332. Birds naturally prefer early binding to late binding; worms will
  1333. naturally disagree. Rolling stones gather no type constraints.
  1334. -- Larry Wall in <20050330195322.GB22184@wall.org>
  1335. %%
  1336. Hmm, where there's a way, there's a will, I guess.
  1337. -- Larry Wall in <20050413040733.GA5986@wall.org>
  1338. %%
  1339. It's not designed to make people happy who want to confuse those
  1340. issues. We have macros for that.
  1341. -- Larry Wall in <20050419155213.GC19507@wall.org>
  1342. %%
  1343. Is that enough muddy thinking for one morning?
  1344. -- Larry Wall in <20050419155213.GC19507@wall.org>
  1345. %%
  1346. It seems like a sane thing to me, but that's a rather low standard.
  1347. -- Larry Wall in <20050419150023.GA19507@wall.org>
  1348. %%
  1349. : I hope I never have to design my own language. I would be schizophrenic
  1350. : before the day ends.
  1351. That's backwards. You have to be schizophrenic before the day starts.
  1352. -- Larry Wall in <20050419150023.GA19507@wall.org>
  1353. %%
  1354. Hmm. What would it mean to goto a class?
  1355. -- Larry Wall in <20050420185445.GC766@wall.org>
  1356. %%
  1357. In any event (no pun intended), I've always wondered how it is you
  1358. can "kill" a process with a SIGCONT. As long as we're fixing everything
  1359. else, maybe we can fix Unix too. :-)
  1360. -- Larry Wall in <20050420171135.GD29671@wall.org>
  1361. %%
  1362. Or I suppose we could always recontextualize the meaning of "is"
  1363. instead. There is prior art...
  1364. -- Larry Wall in <20050420192727.GF766@wall.org>
  1365. %%
  1366. Dude, nowadays we're trying to make Perl 6 more Unicode aware, not
  1367. less; /usr/share/dict/words is so, like, monocultural, and stuff.
  1368. -- Larry Wall in <20050420194147.GH766@wall.org>
  1369. %%
  1370. Anything is *possible* in PUGS. :-)
  1371. -- Larry Wall in <20050420205201.GD3971@wall.org>
  1372. %%
  1373. sub eval_C ($proggie) { CGrammar.top($proggie).compile.link.run.dump.gdb }
  1374. -- Larry Wall in <20050420220706.GA6265@wall.org>
  1375. %%
  1376. It might do what you mean. Personally, I would never mean that if I
  1377. could help it. :-)
  1378. -- Larry Wall in <20050421225012.GA12790@wall.org>
  1379. %%
  1380. But I'm sure some will argue that's too subtle. (Hi, @Larry<Damian>.)
  1381. -- Larry Wall in <20050423013102.GA21941@wall.org>
  1382. %%
  1383. We're still discussing it on @Larry, but I think we can make that work.
  1384. -- Larry Wall in <20050503004247.GA7342@wall.org>
  1385. %%
  1386. Yes, it's a slippery slope. No, we are not sliding all the way down
  1387. it. And it's just as easy to slide up this slope as well as down, and
  1388. end up with Lisp rather than APL. Neither extreme is healthy.
  1389. -- Larry Wall in <20050504165510.GB7407@wall.org>
  1390. %%
  1391. Almost nothing in the design of Perl 6 is there for a single purpose.
  1392. -- Larry Wall in <20050504165510.GB7407@wall.org>
  1393. %%
  1394. I think a p6explain would be a rather popular program.
  1395. -- Larry Wall in <20050505050259.GA25468@wall.org>
  1396. %%
  1397. Every day it gets a little harder to distinguish my senility from
  1398. my insanity...
  1399. -- Larry Wall in <20050507200008.GC27695@wall.org>
  1400. %%
  1401. The compiler is not immutable; it is a means to an end.
  1402. And the end I am imagining is one that I cannot imagine.
  1403. -- Larry Wall in <20050514164301.GA13727@wall.org>
  1404. %%
  1405. There's more than one method to our madness.
  1406. -- Larry Wall in <20050614192549.GB17779@wall.org>
  1407. %%
  1408. The stupid people are the ones proposing to outlaw stupidity. :-)
  1409. -- Larry Wall in <20050708031759.GB3727@wall.org>
  1410. %%
  1411. Of course, if we make the MMD rules sufficiently complicated, we'll just have
  1412. to make the warning spit out a spreadsheet to show the calculations. Then we
  1413. hide all that behind an interview process, just like all our wonderful tax
  1414. preparation software... -- Larry Wall in <20050708185704.GA12164@wall.org>
  1415. %%
  1416. My suggestion would be to assume that the Apocalypses are primarily
  1417. intended to be entertaining rather than factual. :-)
  1418. -- Larry Wall in <20050809221810.GA31369@wall.org>
  1419. %%
  1420. Wheelbarrow is a scavenger. That is to say, he's a sysadmin.
  1421. -- Larry Wall in The State of the Onion 9
  1422. %%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement