00:12:45 -!- cmeme has quit (Connection timed out).
00:16:25 -!- cmeme has joined.
01:18:38 -!- heatsink has joined.
01:28:00 -!- cmeme has quit (Read error: 60 (Operation timed out)).
01:35:42 -!- cmeme has joined.
01:35:56 -!- cmeme has quit (Remote closed the connection).
01:36:39 -!- cmeme has joined.
04:25:42 -!- heatsink has quit ("Leaving").
07:47:04 -!- calamari has joined.
07:59:59 -!- clog has quit (ended).
08:00:00 -!- clog has joined.
08:05:52 -!- calamari has quit ("Leaving").
16:35:44 -!- Keymaker has joined.
16:43:11 -!- Keymaker has quit.
18:49:50 -!- arke has joined.
20:02:58 -!- Taaus has quit (Read error: 104 (Connection reset by peer)).
20:07:47 -!- Taaus has joined.
21:16:28 -!- fizzie has joined.
22:49:40 -!- Keymaker has joined.
22:50:15 <Keymaker> got that quine made (really hadn't time to work on it until now)
22:50:33 <Keymaker> 5074 instructions shorter than my first one :)
22:59:32 <arke> What language?
23:22:13 * arke wrote an optimizing brainfuck compiler to bytecode on my TI-83
23:22:19 <arke> was really slow, but the optimizations did help.
23:44:14 <arke> (for example, the sequence "+++" was compiled into "ADD 3", which basiclly was "1 3"
23:44:29 <arke> "---: -> "ADD -3" :)
23:45:38 <arke> [ would compile to "JZ ...", while ] compiled to "jNZ 1-after-["
23:45:47 <arke> it was very, very, very fun to do.
23:46:12 <arke> Oh, and it also optimized sequences like +-+-+-+-
23:50:03 -!- heatsink has joined.
23:50:35 <arke> unfortunately, calculator frizzed, so it got lost :(
23:50:40 <arke> I should rewrite it someday
23:51:13 <arke> I'd love to test the quine on it :P
23:51:42 <Keymaker> too bad i can't yet upload this
23:52:05 <Keymaker> since i don't have any space yet
23:52:12 <Keymaker> but that i will get sooner or later..