00:19:09 -!- sebbu has quit ("@+"). 00:26:14 -!- goban has quit (Connection timed out). 00:39:56 -!- goban has joined. 01:10:49 -!- bsmntbombdood has changed nick to e^. 01:10:59 -!- e^ has changed nick to e. 01:11:25 -!- e has changed nick to bsmntbombdood. 01:12:17 -!- bsmntbombdood has changed nick to e_tothe_[pi_i]. 01:18:58 don't be so negative. 01:23:32 heh 01:27:07 -!- e_tothe_[pi_i] has changed nick to bsmntbombdood. 01:40:08 -!- fax has quit (" "). 01:56:49 -!- SevenInchBread has joined. 02:49:58 jeez 02:50:06 awk is practically a superset of C 03:02:25 awk has pointers? 03:03:08 .....? 03:06:08 hmph, it doesn't look more similar to C than to anything else vaguely C-like 03:08:30 on the other hand, i believe it is somewhere between C and perl, historically. 03:09:10 no, no pointers 03:09:55 -!- SevenInchBread has changed nick to CakeProphet. 03:10:01 -!- CakeProphet has quit ("haaaaaaaaaa"). 03:10:26 -!- CakeProphet has joined. 03:19:04 -!- CakeProphet has quit ("haaaaaaaaaa"). 03:19:29 -!- CakeProphet has joined. 03:21:24 aah, lisp always wins 03:22:02 Someone asks about pronouns in if statements, and someone gives a few lines of CL macro to do exactly that 03:22:24 huh? 03:23:24 http://compilers.iecc.com/comparch/article/00-02-149 03:40:13 -!- CakeProphet has quit ("haaaaaaaaaa"). 04:09:46 -!- pikhq has quit ("leaving"). 04:10:41 -!- pikhq has joined. 04:37:36 -!- oerjan has quit ("fnord"). 07:59:59 -!- clog has quit (ended). 08:00:00 -!- clog has joined. 10:22:03 -!- jix__ has joined. 12:06:15 -!- jix__ has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 13:12:46 -!- pikhq has quit (Read error: 110 (Connection timed out)). 13:20:21 -!- pikhq has joined. 14:11:26 -!- jix__ has joined. 14:41:56 -!- jix__ has changed nick to jix. 16:40:55 -!- sebbu has joined. 18:32:24 -!- crathman has joined. 18:42:45 -!- nazgjunk has quit (Read error: 131 (Connection reset by peer)). 18:43:20 -!- nazgjunk has joined. 20:17:51 -!- nazgjunk has quit ("Bi-la Kaifa"). 20:18:37 -!- nazgjunk has joined. 21:06:12 -!- UnrelatedToQaz has joined. 21:09:39 Quiet, isn't it? 21:09:55 It's the time difference wot does it. 21:11:58 It's noon in the US, at present. 21:12:00 I think. 21:12:05 So all are at work. 21:12:14 Good for them. 21:29:17 -!- fax has joined. 21:29:19 Hello 21:29:46 Ah, hello. 21:30:19 ⣓⣚⣝⣵⣩⣸⣾⣾⡿⡳⡩⡸⡬⡦⡽⡢⣴ <-- braillefuck program to print 99 bottles of beer on the wall song 21:41:28 someone said that common lisps format string was turing complete 21:41:32 because it has goto 21:41:46 (complete without using // or whatver to call lisp functions that is) 21:42:19 You can use goto to make quasi-functions anyway. 21:42:43 I can kind of imagine how 21:42:50 & it has a conditional operator 21:43:14 im not really sure how you might do anything with it but ill probably try at some point 21:43:37 quasi because they dont take parameters? 21:50:04 yeah, they're not much use 21:50:09 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht"). 21:50:13 but it's the thought that counts. 22:16:18 -!- UnrelatedToQaz has quit ("ChatZilla 0.9.78.1 [Firefox 2.0.0.3/2007030919]"). 22:32:37 -!- oerjan has joined. 22:47:19 -!- puzzlet_ has joined. 22:59:11 common lisp's string format is terrible 22:59:33 I think its impossible 22:59:34 btw 22:59:52 pjd suggested writing the output to the input, which would work really nicley 23:00:01 if you could do a function call with an infinite number of parameters :/ 23:00:13 of course with applicative order, cant happen :/ 23:00:24 applicative order evaluation*- 23:00:31 so I think ill give u p 23:00:39 it's called streams 23:00:44 and already exists. 23:01:04 lament: I mean like you can use ~? to use the next argument as a format string 23:01:21 streams wouldnt be helpful in this situation 23:01:25 (sadly) 23:01:42 -!- puzzlet has quit (Read error: 110 (Connection timed out)). 23:01:55 hmm, alloca(3) 23:02:00 i didn't know you could do that 23:08:37 -!- crathman has quit (Read error: 148 (No route to host)). 23:17:20 -!- sebbu has quit ("@+"). 23:25:54 write format in format 23:26:18 I dont think its turing complete without ~// 23:26:22 e..g calling back into lip 23:26:24 lisp* 23:27:29 does it have sequence, conditionals, and repitition? 23:27:46 yes 23:28:20 then it's turing complete 23:28:31 dude I dunno 23:28:36 maybe but I think possibly not 23:39:55 what about unbounded storage? 23:40:11 you can make a resizeable string 23:40:20 and use it as a parameter as well as output 23:40:28 but eve with that I cant see how to do this 23:40:44 I could maybe do stuff withh it if I could funcall with infinite number of parameters 23:40:48 but thats impossible :/ 23:41:53 can someone point me to an actual description of format? 23:41:59 sure 23:42:30 http://www.gigamonkeys.com/book/a-few-format-recipes.html & http://www.lisp.org/HyperSpec/Body/sec_22-3.html