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:27:07 -!- e_tothe_[pi_i] has changed nick to bsmntbombdood.
01:40:08 -!- fax has quit (" ").
01:56:49 -!- SevenInchBread has joined.
03:06:08 <oerjan> hmph, it doesn't look more similar to C than to anything else vaguely C-like
03:08:30 <oerjan> on the other hand, i believe it is somewhere between C and perl, historically.
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:22:02 <bsmntbombdood> Someone asks about pronouns in if statements, and someone gives a few lines of CL macro to do exactly that
03:23:24 <bsmntbombdood> 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:29:17 -!- fax has joined.
21:30:19 <fax> ⣓⣚⣝⣵⣩⣸⣾⣾⡿⡳⡩⡸⡬⡦⡽⡢⣴ <-- braillefuck program to print 99 bottles of beer on the wall song</lame-joke>
21:41:28 <fax> someone said that common lisps format string was turing complete
21:41:32 <fax> because it has goto
21:41:46 <fax> (complete without using // or whatver to call lisp functions that is)
21:42:43 <fax> I can kind of imagine how
21:42:50 <fax> & it has a conditional operator
21:43:14 <fax> im not really sure how you might do anything with it but ill probably try at some point
21:43:37 <fax> quasi because they dont take parameters?
21:50:09 -!- jix has quit ("Bitte waehlen Sie eine Beerdigungnachricht").
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:33 <fax> I think its impossible
22:59:52 <fax> pjd suggested writing the output to the input, which would work really nicley
23:00:01 <fax> if you could do a function call with an infinite number of parameters :/
23:00:13 <fax> of course with applicative order, cant happen :/
23:00:24 <fax> applicative order evaluation*-
23:00:31 <fax> so I think ill give u p
23:01:04 <fax> lament: I mean like you can use ~? to use the next argument as a format string
23:01:21 <fax> streams wouldnt be helpful in this situation
23:01:42 -!- puzzlet has quit (Read error: 110 (Connection timed out)).
23:08:37 -!- crathman has quit (Read error: 148 (No route to host)).
23:17:20 -!- sebbu has quit ("@+").
23:26:18 <fax> I dont think its turing complete without ~//
23:26:22 <fax> e..g calling back into lip
23:27:29 <bsmntbombdood> does it have sequence, conditionals, and repitition?
23:28:31 <fax> dude I dunno
23:28:36 <fax> maybe but I think possibly not
23:39:55 <SimonRC> what about unbounded storage?
23:40:11 <fax> you can make a resizeable string
23:40:20 <fax> and use it as a parameter as well as output
23:40:28 <fax> but eve with that I cant see how to do this
23:40:44 <fax> I could maybe do stuff withh it if I could funcall with infinite number of parameters
23:40:48 <fax> but thats impossible :/
23:41:53 <oerjan> can someone point me to an actual description of format?
23:42:30 <fax> http://www.gigamonkeys.com/book/a-few-format-recipes.html & http://www.lisp.org/HyperSpec/Body/sec_22-3.html